Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "main": "node_modules/expo/AppEntry.js",
  3. "scripts": {
  4. "start": "expo start",
  5. "android": "expo start --android",
  6. "ios": "expo start --ios",
  7. "eject": "expo eject"
  8. },
  9. "dependencies": {
  10. "@types/expo": "^32.0.0",
  11. "@types/react-native": "^0.57.0",
  12. "expo": "^32.0.0",
  13. "react": "16.5.0",
  14. "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
  15. },
  16. "devDependencies": {
  17. "babel-preset-expo": "^5.0.0"
  18. },
  19. "private": true
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement