Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 891B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "main": "index.js",
  3. "scripts": {
  4. "android": "expo run:android",
  5. "ios": "expo run:ios",
  6. "web": "expo start --web",
  7. "start": "react-native start"
  8. },
  9. "dependencies": {
  10. "@databases/expo": "^5.0.0",
  11. "expo": "~43.0.2",
  12. "expo-splash-screen": "~0.13.5",
  13. "expo-status-bar": "~1.1.0",
  14. "expo-updates": "~0.10.15",
  15. "react": "17.0.1",
  16. "react-dom": "17.0.1",
  17. "react-native": "0.64.3",
  18. "react-native-gesture-handler": "~1.10.2",
  19. "react-native-reanimated": "~2.2.0",
  20. "react-native-safe-area-context": "3.3.2",
  21. "react-native-screens": "~3.8.0",
  22. "react-native-sqlite-storage": "^6.0.1",
  23. "react-native-web": "0.17.1",
  24. "expo-sqlite": "~10.0.3"
  25. },
  26. "devDependencies": {
  27. "@babel/core": "^7.12.9",
  28. "typescript": "~4.3.5",
  29. "@types/react": "~17.0.21",
  30. "@types/react-native": "~0.64.12"
  31. },
  32. "private": true
  33. }