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

## Summary: Text is copy pasted as rich text on Android TextInput instead of Plain Text. Related PR **Removing the `Paste as plaintext` option from the insert and selection context...

CLA Signed

## Summary: Remove `Paste as plaintext` from Android EditText context menu. Related PR **Over-riding onTextContextMenuItem in ReactEditText to copy/paste plain text instead of rich-text** [#38189](https://github.com/facebook/react-native/pull/38189). ### What is the root...

CLA Signed

## Summary This PR resolves the potential problem of misconfiguration of components after being recycled. Some of them have custom, sometimes native (e.g. connected to VCs) logic that messes up...

CLA Signed
Platform: iOS
Type: Enhancement

## Summary: Currently, when the `_currentColorScheme` is nil the default comes from `[UITraitCollection currentTraitCollection]` which provides the trait collection of the context it was called in. Generally, this will work...

CLA Signed

### New Version 0.72.1 ### Old Version 0.64.0 ### Build Target(s) react-native-reanimated ### Output of `react-native info` System: OS: macOS 12.1 CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz...

Needs: Triage :mag:
Type: Upgrade Issue

### Description I'm facing this issue while running the IOS app on M1 Mac only. It works fine in an intel chip Mac. ### React Native Version 0.72.1 ### Output...

Needs: Triage :mag:

### Description My React Native Android app is crashing as soon as the application is opened, without any changes being made to the application code or dependencies. **Summary of problem**...

Stale
Needs: Triage :mag:

### Description I'd like to draw a round view with a border. but it seems that the bg color of the view renders out of the border. ### Version 0.70.0...

Stale
Needs: Triage :mag:

### Description The issue is FlatList component gets rendered many times if the `data. length` is greater than 15 ``` const renderItem = () => { console.log('renderItem'); return ( );...

Stale
Component: FlatList
Needs: Triage :mag:

React Native version: ``` v0.60-rc2 ``` ## Steps To Reproduce 1. Start an app on iOS 2. Cmd + D The following gets logged: ``` [LayoutConstraints] Unable to simultaneously satisfy...

Stale
Bug