mirror of
https://github.com/status-im/react-native-image-viewing.git
synced 2026-08-31 11:51:06 +00:00
25 lines
618 B
JSON
25 lines
618 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^35.0.0",
|
|
"react": "16.8.3",
|
|
"react-dom": "16.8.3",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
|
|
"react-native-web": "^0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.8.23",
|
|
"@types/react-native": "^0.57.65",
|
|
"babel-preset-expo": "^7.1.0",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"private": true
|
|
}
|