Expo React Native takes too long to start

My expo app takes too long to start/open on development mode, even when set it to production mode on Expo Developer Tools. It takes more than 10seconds to start. How can I improve de start time?

My render function in App.js does

render(){
  return <View><Text>test it...</Text></View>
}

This simple app is taking more than 10seconds to start… how do I improve the loading time?!?

Anyone to help here?!?

Hey @fausto,

Are you pre-fetching and loading a lot of assets? If not, I’m thinking this could be due to your internet connection if all the app is rendering is the code snippet above.

Cheers,

Adam

@adamjnav
not loading too much at all… maybe the assets folder?!?

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