Project url not opening inside expo-app

Please provide the following:

  1. SDK Version: 49.0.0
  2. Platforms(Android/iOS/web/all): Android + IOS
  3. Tag: App Loading , Expo Go App , Project URL:

When building my app all goes well until the project Url get’s generated:

exp+doapp-432hz://expo-development-client/?url=http%3A%2F%2F192.168.101.17%3A8081

This url isn’t clickable inside the expo app, android and iOS…
Steps to reproduce:
Create a new project with create-expo-app:
Copy files (only javascript) from the old app into the newly created app (omitting node_modules and other files).
Running npm install to update node_modules
Running npx expo start to create a new development server…

What I’ve tried:
-npm install -g expo-cli --force (to update the expo cli)
-enabling ‘display over other apps’ inside my android phone settings, but this setting is disabled…
I’m kind of stuck on this one and I hope someone can help me.
Here’s my app.json file:

{
  "name": "solfeggio_music_player",
  "version": "1.0.0",
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "CHOKIDAR_USEPOLLING=true expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "~1.15.0",
    "@react-native-community/masked-view": "^0.1.11",
    "@react-native-community/slider": "4.1.12",
    "@react-navigation/bottom-tabs": "^6.3.1",
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/stack": "^6.2.1",
    "cross-spawn": "^7.0.3",
    "expo": "~49.0.0",
    "expo-av": "~10.2.0",
    "expo-constants": "~13.0.1",
    "expo-dev-client": "^0.8.6",
    "expo-media-library": "~14.0.0",
    "expo-status-bar": "~1.2.0",
    "jest": "^29.7.0",
    "jest-haste-map": "^29.7.0",
    "jotai": "^1.6.6",
    "metro-core": "^0.79.1",
    "nice-try": "^3.0.1",
    "react": "17.0.1",
    "react-dom": "^17.0.1",
    "react-native": "0.64.3",
    "react-native-gesture-handler": "~2.1.0",
    "react-native-reanimated": "~2.3.1",
    "react-native-safe-area-context": "3.3.2",
    "react-native-screens": "~3.10.1",
    "react-native-sound": "^0.11.2",
    "react-native-web": "0.17.1",
    "recyclerlistview": "^3.0.5",
    "walker": "^1.0.8"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9"
  },
  "private": true
}

Got exactly the same issue, while hadn’t had any problems like this using expo before. App shows in Expo, just doesn’t seem to be clickable. No errors whatsoever. @lightandlovetribe did you figured it out in the end?

I have the same issue. Has anyone figured out why?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.