Initial commit
Generated by create-react-native-app 3.6.0.
parents
Showing
.buckconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
App.js
0 → 100644
__tests__/App.js
0 → 100644
android/app/BUCK
0 → 100644
android/app/build.gradle
0 → 100644
android/app/build_defs.bzl
0 → 100644
android/app/debug.keystore
0 → 100644
File added
9.09 KB
2.98 KB
4.91 KB
2.05 KB
2.79 KB
4.46 KB
6.93 KB
6.31 KB
10.4 KB
9.03 KB
15.2 KB
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
File added
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
babel.config.js
0 → 100644
index.js
0 → 100644
9.09 KB
80 Bytes
ios/Agripreneurs/Info.plist
0 → 100644
ios/Agripreneurs/main.m
0 → 100644
ios/Podfile
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"main": "index.js", | |||
"scripts": { | |||
"android": "react-native run-android", | |||
"ios": "react-native run-ios", | |||
"web": "expo start --web", | |||
"start": "react-native start", | |||
"test": "jest" | |||
}, | |||
"dependencies": { | |||
"expo": "~41.0.0", | |||
"expo-splash-screen": "~0.10.2", | |||
"expo-status-bar": "~1.0.4", | |||
"expo-updates": "~0.5.4", | |||
"react": "16.13.1", | |||
"react-dom": "16.13.1", | |||
"react-native": "~0.63.4", | |||
"react-native-gesture-handler": "~1.10.2", | |||
"react-native-reanimated": "~2.1.0", | |||
"react-native-screens": "~3.0.0", | |||
"react-native-unimodules": "~0.13.3", | |||
"react-native-web": "~0.13.12" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "^7.9.0", | |||
"babel-jest": "~25.2.6", | |||
"jest": "~25.2.6", | |||
"react-test-renderer": "~16.13.1" | |||
}, | |||
"jest": { | |||
"preset": "react-native" | |||
}, | |||
"private": true | |||
} |