Rename example app folder

This commit is contained in:
Satyajit Sahoo
2016-10-23 23:36:39 +05:30
parent 80f7612f26
commit 5963ff982d
45 changed files with 364 additions and 24 deletions

24
example/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "react-native-paper-example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "15.3.2",
"react-native": "0.35.0",
"react-native-paper": "file:../"
},
"devDependencies": {
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "16.0.2",
"jest-react-native": "16.0.0",
"react-test-renderer": "15.3.2"
},
"jest": {
"preset": "jest-react-native"
}
}