Feofilov

Results 3 comments of Feofilov

workaround: android/app/src/main/java/..../MainApplication.kt ``` import com.facebook.react.soloader.OpenSourceMergedSoMapping import com.facebook.soloader.SoLoader ``` ``` override fun onCreate() { super.onCreate() SoLoader.init(this, OpenSourceMergedSoMapping) /* * Regarding next lint. * There's an open issue regarding this https://github.com/callstack/repack/issues/1299. *...

> [@Feofilov](https://github.com/Feofilov) can you explain this change, what does it do? Like why does that fix work around this issue? If you open the android device log at the time...