react-native
react-native copied to clipboard
A framework for building native applications using React
## Description starting in 0.62 (probably related with the hooks-rewrite of textinput), every time textinput re-renders, the `ref` callback function is executed. That means that for every character you write,...
Hello, I am facing the Issue "trying to remove a view index above child count" on version "react-native": "0.62.2" It only fails in production mode that too only on Android...
## Summary Part of Codegen Umbrella Issue: #34872 > [Codegen 99] Extract the throwIfMoreThanOneCodegenNativecommands error in the error-utils.js file and extract the error code from [Flow](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/flow/components/index.js#L111-L133) and [TS](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/typescript/components/index.js#L112-L114) ## Changelog...
### Description We are developing a react-native application. When we uploaded the new version of the current play store app and tried to update the app which is already on...
## Summary - Add .d.ts files for generators - export each generators because `react-native-windows` need its own selection of generators. ## Changelog [GENERAL] [CHANGED] - Add minimum necessary .d.ts files...
### Description Something happening with SectionList at `react-native: 0.69+` See videos for better understanding. It is something with huge lists (big amount of items) It starts to jump and blink...
### Description We are facing a crash in `RCTTextViewManager uiManagerWillPerformMounting` in our iOS application. The crash happens across application without any specific steps to reproduce. I am assuming this has...
### Description I get this warning when uploading a build to App Store Connect (for TestFlight). This probably would cause the app to be rejected in the Apple review. `The...
## Summary Part of Codegen Umbrella Issue: #34872 > [Codegen 92] The getCommandOptions function in parsers/typescript/components/options.js and parsers/flow/components/options.js is the same. move it in parser-commons and use it in the...
### Description I want to use a flatlist or flashlist to show a inverted list. But if I use inverted prop on android it works very slow. Default Flatlist: drops...