I have a React Native app that takes around 3-4 seconds to load initially on my phone. Every load after that it takes < 1 second.
If I clear the storage in Settings on the app, it goes back to slow load like before.
It's running inside of a Fragment. The Activity it's within loads almost instantly, even on first launch.
Does anyone know exactly why, and how to speed it up? I've seen this on both debug and release builds.