Files
examples/with-typescript/package.json
2020-05-12 17:01:36 -07:00

17 lines
406 B
JSON

{
"dependencies": {
"expo": "37.0.7",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-screens": "2.2.0",
"react-native-web": "0.11.7"
},
"devDependencies": {
"@types/react": "16.9.0",
"@types/react-native": "0.61.23",
"@babel/core": "7.9.0",
"typescript": "3.8.3"
}
}