I was searching for 3 days for a solution but I did not find anything yet!
NOTE:
I used
expo-cli
and physical device (Expo Go), and javascript
I tried all these solutions
I feel so tired and I hope someone can help me!
If everything is installed by NPM, do the following in your terminal
cd ios && pod install && cd ..
This will install all dependencies into the ios folder. Then go to your .xcworkspace
file and build a new application on your iOS emulator / device.
eas build --profile development --platform android
This is going to create a .APK
file for you so you can download it and place it on your emulator / device.