Hey guys!
So I’ve looked through the forums and read your answer here: App loading time on a similar issue. However, all the suggestions seem to be for apps that have not yet been detached.
The load times for my testers are a bit too long as things stand, particularly as there are not many assets on initial load. From what I can tell, ExpoKit is requesting the entire bundle every time the app starts up, rather than accessing a previously cached version, which would be the preferred behavior.
In the configuration files, under the “updates” section, it says: “Note that this will not work out of the box with ExpoKit projects.” I also saw something called “loadJSinbackground experimental” but it is now deprecated. What do I need to do to add this functionality?
Thanks in advance!