Add Example App
Showing
.editorconfig
0 → 100644
example/.babelrc
0 → 100644
example/.buckconfig
0 → 100644
example/.flowconfig
0 → 100644
example/.gitattributes
0 → 100644
example/.gitignore
0 → 100644
example/.watchmanconfig
0 → 100644
example/android/app/BUCK
0 → 100644
3.34 KB
2.15 KB
4.73 KB
7.54 KB
example/android/build.gradle
0 → 100644
File added
example/android/gradlew
0 → 100755
example/android/gradlew.bat
0 → 100644
example/app.json
0 → 100644
example/index.android.js
0 → 100644
example/index.ios.js
0 → 100644
This diff is collapsed.
example/ios/Example/main.m
0 → 100644
example/package.json
0 → 100644
| ... | ... | @@ -15,5 +15,8 @@ |
| "peerDependencies": { | ||
| "react": ">=15.4.0", | ||
| "react-native": ">=0.40" | ||
| }, | ||
| "devDependencies": { | ||
| "react-native": "^0.44.0" | ||
| } | ||
| } |