You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,3 +342,7 @@ I just added a second version of `ActivityStarterModule.getActivityName` called
342
342
343
343
*[Native Modules on Android](https://facebook.github.io/react-native/docs/native-modules-android.html)
344
344
*[Native Modules on iOS](https://facebook.github.io/react-native/docs/native-modules-ios)
345
+
346
+
## Issues
347
+
348
+
The various Android apps explicitly call `SoLoader.init` because of [this issue](https://github.com/facebook/react-native/issues/26342). I have a [PR to fix it](https://github.com/facebook/react-native/pull/26343). Once this is in (assuming Facebook accepts it) I'll remove them.
0 commit comments