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 This bug appears completely randomly. tried using bare TextInput - same thing. Same thing on emulators and build versions. ### Steps to reproduce This bug appears completely randomly...

Component: TextInput
Needs: Triage :mag:
Needs: Repro
Needs: Attention
Type: New Architecture

### Description I have a Websocket implementation that needs to send big chunks of Data at times. The biggest chunk is a string with a length of 26858790 characters. On...

Platform: Android
Needs: Triage :mag:
Newer Patch Available

### Description When building iOS, it gives the following 2 build errors: Build target hermes-engine: ...[CP-User] [RN] [1] Build Hermesc Failed to configure Hermesc cmake project. Build target React-rncore: ...[CP-User]...

Needs: Triage :mag:
Newer Patch Available

## Summary: I was integrating ReactNative in to native project. In some cases, the `t.user_project` might be nil. Need to remove nil objects in array for further uses. ## Changelog:...

CLA Signed
Shared with Meta

### Description When using `TextInput` without `multiline` on iOS, the `"." Shortcut` (double tapping the space bar will insert a period followed by space) functionality is broken. ### Steps to...

Platform: iOS
Component: TextInput
Needs: Triage :mag:

Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description ![image](https://user-images.githubusercontent.com/44763288/124085862-0ab2e800-da83-11eb-9013-3a81ee2a67a5.png) ## React Native version: Run `react-native info` in your terminal...

Stale
Needs: Triage :mag:

### Description When I need to pop up multiple modals at the same time in react native, it doesn't work properly on iOS. It is presented on the native code...

Platform: iOS
Stale
Component: Modal
Needs: Triage :mag:

## Description When using Hermes, iOS has a different DevMenu to Android: ## iOS: ## Android: This is important, when clicking `Debug` the Android app will crash if using Reanimated...

Stale
Needs: Triage :mag:

### Description This seems to be a regression. On a React-Native 0.67.2 does not happen, but on React-Native 0.68.2 seems to reproduce. Seems to reproduce also both on Android and...

Platform: iOS
Stale
Component: TextInput
Platform: Android
Platform: Linux
Type: Old Architecture
Impact: Bug

## Description Passing the following style object: `{[{borderTopLeftRadius: 30}, {borderRadius: 16 }]}` will result in the borderRadius instruction being ignored on the top-left corner. If each corner is defined, the...

Stale
API: StyleSheet
Component: View