I am new to both Recact Native and React-Navigation. The app I am planning is super content heavy. It will have several hundred unqique screens. I want to connect them via React-Navigation so my stack is going to be quiet large. Is there an issue with that performance wise or anything I should keep in mind? My guess is that a screen is only loaded when the user is accessing it for the first time, so the initial loading time of the app should not be affected?
Thanks!
Actually it doesn't matter how may js files are you creating but it matters when you are :
3)Try to use FastImage instead of image when you want to show images using FlatList , Map etc. In short if images in a single screen is render more than twice.
Note: At Last i want to say that you can create as much as JS files but it must be reusable , not unnecessary and no repeated code there.