react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary This Pull Request fixes issues with viewability events in the Virtualized List component when nesting in opposing directions. Essentially, the VirtualizedList is currently only considering same-direction viewability. To...
### Description My customers get an instant crash on Android 100+ incidents suddenly occurred (I received quick notification email from firebase) crash stack: ` Fatal Exception: java.lang.UnsatisfiedLinkError couldn't find DSO...
React Native version: 0.59.8 React Native Environment Info: System: OS: macOS 10.14.5 CPU: (4) x64 Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz Memory: 479.53 MB / 24.00 GB Shell: 3.2.57 -...
SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: cannot locate symbol "__cxa_bad_typeid" referenced by "/data/app/~~-tssjuhBNHEMKV9KwrA5fg==/com.china.aaa--TCK2Gc61UUuMXfZU1QIsA==/lib/arm/libjsc.so"... result: 0 2021-02-19 09:46:55.114 7817-7817/com.china.aaa E/AndroidRuntime: FATAL EXCEPTION: main Process: com.china.aaa, PID:...
### Description https://github.com/wonday/react-native-orientation-locker When I use react-native-orientation-locker and lockToLandscapeRight() IOS app is force closed. I think this library bug, but It's bug start 0.69.6 and It occurs at 0.70.X. So...
## Summary at some point, the `Build.FINGERPRINT` of the emulator has changed and no longer includes `generic` as an option. It apparently now, on all platforms, includes `google/sdk_gphone` at the...
## Description I recently upgraded to react 0.63.2 thanks to the latest Expo SDK 39. I immediately noticed that my most important FlatLists took a huge performance hit on **Android**...
### Description I recently upgraded my react-native project from version `0.70.6` to `0.71.0` using the `React Native Upgrade Helper` and have noticed a significant decrease in performance when using the...
### New Version 0.66 ### Old Version 0.66 ### Build Target(s) 8.6 ### Output of `react-native info` Image component in Android has horizontal lines on either side of it #35815Image...
### Description I am trying the new arch of react native. I have enabled it in my gradle.properties file. This error is for android only and I have not tried...