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: We want to change Text so that if it has links, and no `accessible` value set, it becomes accessible by default for keyboards. To do that we need native...

CLA Signed
p: Facebook
Partner
fb-exported

### Description Hi everyone, I'm encountering a really strange issue and hoping someone here might have some insight. Here's the problem: In any new React Native app generated using @react-native-community/cli,...

Needs: Attention
Type: New Architecture
Needs: Version Info

## Description When component start, works fine. After change value from `` and delete it, the placeholder appears, passes 1 second and it break line. ## React Native version: ```System:...

Issue: Author Provided Repro
Component: TextInput
Platform: Android
Needs: Issue Manager Attention

### Description when my iOS app receive push notification and when the app is close only opens in the home screen but never goes to the screen with the deeplink...

Platform: iOS
API: Linking
Needs: Repro
Needs: Attention

### Description After upgrading from 0.73 to 0.76, I found that some TouchableOpacity could not be clicked, so I made a minimize buggy demo code, which just depend on react-native,...

Platform: iOS
Issue: Author Provided Repro
Resolution: PR Submitted
Component: TouchableOpacity
Type: New Architecture

## Summary This commit adds support for building XCFrameworks from the prebuild-script - Added build script to help build xcframeworks - Added full header file structure - Added calling the...

CLA Signed
p: Expo
Partner
Shared with Meta

## Summary: This PR fixes logging of rejections, which stopped working with the transition from using `LogBox` for warnings to directing users to use React Native Debugger, where warnings can...

CLA Signed
Partner
Shared with Meta
p: Sentry

### Description Getting this error message when using SWR with expo SDK 52, this issue was not present in expo SDK 51. This issue is only present on android and...

Needs: Triage :mag:
Type: Expo

## Summary: This commit adds building the swift package from the prebuild script: - Added swiftpackage.js for building the swift package - Added calling building from the main script -...

CLA Signed
p: Expo
Partner
Shared with Meta

### Description I've found a discrepancy between Android and iOS platforms. When the `horizontal` prop is set, the ref returned during unmount has a nullable `NativeState` property which breaks `ShadowNode`...

Issue: Author Provided Repro
Platform: Android
Component: FlatList
Type: New Architecture