Few things to know
- Using RAM bundling can worsen your load time to a screen that has components that have not yet loaded because it needs to natively reach for the file in-memory
- Make sure to use modulePaths to set the essential JS files in the first load
- Preloading before navigating might be a good idea?
const getLoadedModules = () => {