20 lines
490 B
JSON
20 lines
490 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/react-native-clipboard": "^1.0.1",
|
|
"expo": "^32.0.0",
|
|
"react": "16.5.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^5.0.0"
|
|
},
|
|
"private": true
|
|
}
|