forked from AdamRobertHall/react-native-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb9191c
commit 2d1d8af
Showing
9 changed files
with
69 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
{ | ||
"name": "TreeExample", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"react": "16.0.0-alpha.12", | ||
"react-native": "0.45.1" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "20.0.3", | ||
"babel-preset-react-native": "2.0.0", | ||
"jest": "20.0.4", | ||
"react-test-renderer": "16.0.0-alpha.12" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} | ||
"name": "TreeExample", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "node node_modules/react-native/local-cli/cli.js start", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"react": "^16.0.0-alpha.12", | ||
"react-native": "^0.45.1", | ||
"react-native-router-flux": "^4.0.0-alpha.4", | ||
"react-native-side-menu": "^0.20.3", | ||
"react-native-vector-icons": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-jest": "20.0.3", | ||
"babel-preset-react-native": "2.0.0", | ||
"jest": "20.0.4", | ||
"react-test-renderer": "16.0.0-alpha.12" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "tree", | ||
"displayName": "tree" | ||
"name": "react-native-tree", | ||
"displayName": "react-native-tree" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
{ | ||
"name": "tree", | ||
"version": "1.0.0", | ||
"description": "react native tree component", | ||
"main": "index.js", | ||
"name": "react-native-tree", | ||
"version": "1.0.1", | ||
"private": true, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "node node_modules/react-native/local-cli/cli.js start" | ||
}, | ||
"dependencies": { | ||
"react": "^16.0.0-alpha.12", | ||
"react-native": "^0.45.1", | ||
"react-native-vector-icons": "^4.2.0" | ||
}, | ||
"description": "[![NPM](https://nodei.co/npm/react-native-router-flux.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-native-router-flux/) \r Router for React Native based on new React Native Navigation API.", | ||
"main": "index.js", | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/AdamRobertHall/react-native-tree.git" | ||
}, | ||
"keywords": [ | ||
"Tree", | ||
"TreeSelect", | ||
"TreeView" | ||
"react-native-tree", | ||
"tree" | ||
], | ||
"author": "AdamRobertHall", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/AdamRobertHall/react-native-tree/issues" | ||
}, | ||
"homepage": "https://github.com/AdamRobertHall/react-native-tree#readme", | ||
"dependencies": { | ||
"react": "^15.6.1", | ||
"react-native": "^0.45.1", | ||
"react-native-vector-icons": "^4.2.0" | ||
} | ||
"homepage": "https://github.com/AdamRobertHall/react-native-tree#readme" | ||
} |
Oops, something went wrong.