Stand Alone application need re-run first time

Stand alone application at first time running stuck in loading screen and need to re-run and then work perfect.
I use Expo SDK 31

Hey @zidane1989,

When you create a forum post, please try to provide as much relevant information as possible. Is this occurring on iOS or Android? Physical device or on a simulator?

Also, can you try creating a fresh project and creating a build and seeing if the same issue occurs?

Cheers,

Adam

Hi @adamjnav
This happens with physical android device.
When testing with fresh app it works fine.
My application work fine without even warning in developing mode and when publish with expo client no problem.
That happens with stand alone android application.
By the way this is my dependencies in package.json
“dependencies”: {
“expo”: “^31.0.4”,
“firebase”: “^5.0.2”,
“react”: “16.5.0”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz”,
“react-native-drawer”: “^2.5.0”,
“react-native-image-with-placeholder”: “^0.1.1”,
“react-native-modal-datetime-picker”: “^6.0.0”,
“react-navigation”: “^2.18.2”,
“react-navigation-props-mapper”: “^0.3.0”,
“react-navigation-redux-debouncer”: “^0.0.2”,
“react-navigation-redux-helpers”: “^2.0.2”,
“react-redux”: “^5.0.6”,
“redux”: “^4.0.0”,
“redux-logger”: “^3.0.6”,
“redux-persist”: “^5.5.0”,
“redux-thunk”: “^2.2.0”
},

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