mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2025-12-27 03:38:21 +00:00
23 lines
567 B
JSON
23 lines
567 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^32.0.0",
|
|
"galio-framework": "^0.5.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "16.5.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
|
|
"react-native-modal-dropdown": "^0.6.2",
|
|
"react-navigation": "^3.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^5.0.0"
|
|
},
|
|
"private": true
|
|
}
|