react-native
react-native copied to clipboard
A framework for building native applications using React
### Description Only on iOS, when using a SectionList ListHeaderComponent, providing sections = [] will cause a weird re-render, whereas if there is any section data, this re-render does not...
Hey there. I found an issue when rendering nested Text elements. It's almost the exact same as this ticket: https://github.com/facebook/react-native/issues/1030 I was able to get it to sort of work....
### Description Main issue: Generated release .apk TextInput crash the app on Samsung when Predictive Text & Suggest text corrections is activated. React-native versions checked: 0.63.3, 0.67.2 Phones produced the...
## Summary This PR adds the support for ScrollView's `maintainVisibleContentPosition` property to Android. This property is currently only available on iOS and is especially useful for chat-like scrollviews, where you...
FlatList automatically scrolls after change data and adds new data in the front or middle of the data list. it is working on ios if i add `maintainVisibleContentPosition` ``` {...
### Description `pod install` command fails after installing dependencies of a project using the `--production` flag. The issue can be reproduced using yarn or npm on a new project using...
### Description The React Native and Unity project integration doesn't seem to work out well. When I used ReactRootView to integrate into an existing Unity project, the Component layout was...
### Description it cause random crash when app start in 1-2s. FireBase show two error key: 1.Corrupt NSInvocation detected. Pointer authentication. 2.EXC_BREAKPOINT. XXX represent appp name and stack trace as...
React Native version: System: OS: macOS Mojave 10.14.6 CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz Memory: 22.95 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 10.15.1...
RangeError: Maximum call stack size exceeded, js engine: hermes when upgrading to 0.64 from 0.63.4
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description I have upgraded following https://react-native-community.github.io/upgrade-helper/?from=0.63.4&to=0.64.0 but when I run on real...