react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

## 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,...

Stale
Component: TextInput
Needs: Author Feedback

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...

Stale
Needs: Author Feedback
Needs: Repro
Needs: Environment Info
Needs: Issue Template

## 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...

CLA Signed

### 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...

Platform: Android
Priority: Low
Tech: React Native Core
Type: Old Architecture
Needs: Task
Impact: Bug

## 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...

CLA Signed
p: Microsoft
Partner

### 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...

Component: SectionList
Needs: Triage :mag:
Needs: Verify on Latest Version

### 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...

Platform: iOS
Needs: Triage :mag:

### 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...

Needs: Triage :mag:

## 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...

CLA Signed

### 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...

Component: SectionList
Component: FlatList
Needs: Triage :mag: