Closed
Description
What happened?
With the release of the new React-native version (0.76), we need to call the SoLoader.init()
function with a new SO Mapping object for loading libraries.
Currently the NavigationApplication class makes a call to SoLoader.init(this, false);
which overwrites any calls we make in our own application code. So our builds are failing.
This needs to update to SoLoader.init(this, OpenSourceMergedSoMapping.INSTANCE);
Was it tested on latest react-native-navigation?
- I have tested this issue on the latest react-native-navigation release and it still reproduces.
In what environment did this happen?
React Native Navigation version: 7.40.3
React Native version: 0.76.1