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 In an iOS simulator, if you make multiple changes to a `TextInput`'s value, you can only undo once. After that, subsequent attempts at undoing or redoing (via Cmd-Z...

Platform: iOS
Stale
Component: TextInput
Needs: Triage :mag:
Needs: Author Feedback
Needs: Repro

### Description Issue with TextInput return type "Done" on iPad using Floating keyboard ### Steps to reproduce 1. Focus on Textinput. 2. Click on the Done button. 3. The login...

Platform: iOS
Issue: Author Provided Repro
API: Keyboard
Newer Patch Available

### Description When using the latest XCode version the build crashes trying to build FlipperKit. XCode 15.2 works fine. Unfortunately, can't attach the reproducer since github actions don't have XCode...

Needs: Triage :mag:
Needs: Repro
Needs: Attention

### Description I'm trying to get `npx react-native@latest init AwesomeProject` working with vanilla js and babel ### React Native Version 0.71.7 ### Output of `npx react-native info` info Fetching system...

Stale
Needs: Triage :mag:

### Description This issue describes a change in behavior when UI updates are made from `useLayoutEffect` calls between old and new architecture. The issue surfaced when trying expo router with...

Issue: Author Provided Repro
Partner
p: Software Mansion
Type: New Architecture

### Description the `TouchableWithoutFeedback` component does not support styling. There was another issue about this problem which is closed, and not fixed. it was suggested to add a `View` inside...

Component: TouchableWithoutFeedback
Needs: Triage :mag:
Needs: Author Feedback
Needs: Repro

### Description I try to create my bottom sheet. onPress work only one time, when pressable component is in root. Sometimes it's just the first time click, sometimes is after...

Issue: Author Provided Repro
Needs: Triage :mag:
Needs: Repro
Needs: Attention

Summary: Web props work (somewhere around D41230978 and D39268920) made it so that numeric font weights can be set instead of just strings. This is implemented by converting number to...

CLA Signed
p: Facebook
Partner

## Summary: Inside [Re.Pack](https://github.com/callstack/repack) we consume command's options, to reduce the amount of assumptions that 3rd party tools need to make - we can move assigning default value to config...

CLA Signed
Partner
p: Callstack
Shared with Meta

## Summary: This pull request introduces a memoization optimization in the `getNativeComponentAttributes` function to avoid redundant runtime initialization for native components. It introduces a memoization cache (`configCache`) to store previously...

CLA Signed
Shared with Meta