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 This PR builds on top of #31402, which introduced the `automaticallyAdjustsScrollIndicatorInsets` functionality. It aims to fix one of RN's longstanding pain point regarding the keyboard. The changes provide...

CLA Signed

## 🐛 Bug Report When the app is closed, I am able to get deep link url that is clicked by Linking.getInitialURL(). When the app is in the background state,...

Stale
Platform: Linux
API: Linking
Bug
Needs: Verify on Latest Version

## Summary This change allows network requests to be executed in background safely. In certain conditions iOS HTTP requests are being terminated with this error: ``` Error Domain=NSURLErrorDomain Code=-1005 "The...

CLA Signed
Platform: iOS
Bug
Shared with React Native Team

## WORKAROUND Issue #35210 now has the best description and current best-known fix for the issue *we are working hard to keep that issue up to date as we learn...

Platform: Android
Needs: Triage :mag:

## WORKAROUND Issue #35210 now has the best description and current best-known fix for the issue *we are working hard to keep that issue up to date as we learn...

Platform: Android
DX
Tool: Gradle
Impact: Errors During Build
Resolution: Answered

### Description I'm facing this issue, after upgrading React native version from 0.66.3 to 0.70.1 error: ReferenceError: SHA-1 for file /Users/symplrr/Desktop/Projects/ReactNative Projects/zonofi/node_modules/react-native/index.js (/Users/symplrr/Desktop/Projects/ReactNative Projects/zonofi/node_modules/react-native/index.js) is not computed. Potential causes: 1)...

Needs: Triage :mag:
Needs: Author Feedback
Needs: Repro

### Description **Current Behavior** When TextInput is focused and keyboard is shown, pressing hardware back button dismisses the keyboard but doesnt't blur the TextInput. Pressing on the TextInput again doesn't...

Stale
Component: TextInput
Platform: Android
API: Keyboard
Needs: Triage :mag:

### Description I put an InputText in a Modal, and when the keyboard activated, the modal stayed fixed and the keyboard overlaps the modal, removing the attribute statusBarTranslucent, the modal...

Platform: Linux
Component: Modal
Component: StatusBar
Needs: Triage :mag:

### New Version 0.69.4 ### Old Version 0.64.2 ### Build Target(s) 13 ### Output of `react-native info` (Use `node --trace-warnings ...` to show where the warning was created) System: OS:...

Needs: Triage :mag:
Type: Upgrade Issue

### Description Hello! On all my previous and current projects, ScrollView based components (ScrollView, FlatList, ...) had this bug where the ScrollView would bounce back on some real android devices....

Platform: Android
Component: ScrollView
Needs: Triage :mag: