app running in expo client is slow
// start in production mode expo start -c --no-dev
Here is what the above code is Doing:
1. We’re using the expo-cli to start our app.
2. We’re using the -c flag to clear the React Native packager’s cache.
3. We’re using the –no-dev flag to start the app in production mode.