-
- Downloads
setup for app
parents
No related branches found
No related tags found
.gitignore
0 → 100644
App.js
0 → 100644
app.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "empty-project-template", | ||
"main": "node_modules/expo/AppEntry.js", | ||
"private": true, | ||
"scripts": { | ||
"start": "expo start", | ||
"android": "expo start --android", | ||
"ios": "expo start --ios", | ||
"eject": "expo eject" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"expo": "^30.0.1", | ||
"react": "16.3.1", | ||
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz", | ||
"react-native-material-design": "^0.3.7", | ||
"react-native-oauth": "^2.1.18", | ||
"react-native-orientation": "^3.1.3", | ||
"react-native-svg": "^8.0.3", | ||
"react-native-svg-icon": "^0.8.1", | ||
"react-native-svg-uri": "^1.2.3", | ||
"react-navigation": "^2.18.0" | ||
} | ||
} |
Please register or sign in to comment