package.json 545B

12345678910111213141516171819
  1. {
  2. "name": "example",
  3. "dependencies": {
  4. "@react-native-community/async-storage": "^1.10.1",
  5. "@react-native-community/masked-view": "^0.1.10",
  6. "expo": "^37.0.8",
  7. "react": "^16.13.1",
  8. "react-dom": "^16.13.1",
  9. "react-native": "^0.63.0-rc.0",
  10. "react-native-web": "^0.12.2",
  11. "react-navigation": "^4.3.9",
  12. "react-navigation-stack": "^2.5.0",
  13. "react-navigation-tabs": "^2.8.13",
  14. "react-native-gesture-handler": "^1.6.1",
  15. "react-native-screens": "^2.7.0",
  16. "react-native-reanimated": "^1.8.0"
  17. }
  18. }