Expo Go project only loads on ios

Viewed 7

So i have started a new project with Expo Go. But when i load the project on my phone it only loads. Like this: Like this But i can open it on the browser just fine. Web browser

Here is the packet.json file:

{"name": "1",

"version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web" }, "dependencies": { "@expo/webpack-config": "^0.17.0", "expo": "~46.0.9", "expo-status-bar": "~1.4.0", "http-proxy-middleware": "^2.0.6", "react": "18.0.0", "react-dom": "18.0.0", "react-native": "0.69.5", "react-native-web": "~0.18.7" }, "devDependencies": { "@babel/core": "^7.12.9", "webpack": "^4.43.0", "webpack-dev-server": "^4.11.0" }, "private": true }

0 Answers
Related