📄️ Navigation libraries integration
As was mentioned in the description of this library - you can easily split your bundle by navigation routes. And this library may be easily integrated with almost all navigation solutions. in this chapter we will have a look on the most popular solutions for navigation: react-navigation and react-native-navigation
📄️ Static options
Sometimes you need to specify static members for your Presentation class.
📄️ Async loading
If you did not load all the screens at the stage of opening the application, then, of course, you need to load them after (for example, if the user logs in and you need to redirect him to another screen, which has not yet been loaded).
📄️ Metro configuration updating
On this stage we are gathering info about which modules will be included in "startup" bundle. And we are sending this information to metro-bundler, so this tool is aware about that.
📄️ Upgrading from 1.x
Breaking changes
📄️ Upgrading from 2.x
Breaking changes