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: Print Hermes build script shell commands only in CI. Changelog: [Internal] Differential Revision: D55635527

CLA Signed
p: Facebook
Partner
fb-exported

### Description ### Description Since upgrading to the new architecture it seems like the refresh/pull-to-refresh feature of the `FlatList` is broken/not fully functional any longer. However, this is only the...

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

### Description Text inside text input is flickering while going to next line as well as deleting text (video 1) but problem solved if i give height prop instead of...

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

Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description I'm getting these ESLint errors in all of my js files,...

Needs: Repro
Needs: Attention

### Description If you have a `TextInput` with a `textDecorationLine` style set and then remove the style we get the following Android crash: ``` Caused by java.lang.NullPointerException Attempt to invoke...

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

### Description When iOS app is build, it crashed on start and get this logs in XCode ``` Warning: Error creating LLDB target at path '/Users/damirrigo/Library/Developer/Xcode/DerivedData/loyalty-eqbitahuqdywnefiuzwugdkdjweh/Build/Products/Debug-prod-iphonesimulator/loyalty.app'- using an empty LLDB...

Needs: Triage :mag:
Needs: Repro
Newer Patch Available

### Description ![bugAndroid](https://github.com/facebook/react-native/assets/83198150/33780020-bda4-4bc5-8123-ae062a75cc88) The code is like this, I also have created a [repository](https://github.com/gaoyikeshuer/ReactNative-bugOnAndroid) to reproduce this bug. : ``` import React from 'react'; import { SafeAreaView, } from 'react-native';...

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

### Description The timer API implementations want to adjust the initial delay to take into account the time it took for the registration call to arrive from JS to the...

Stale
Needs: Triage :mag:

### Description Switch component animation is missing after navigate to another screen, i already checked in issues but got nothing so i create this as bug. ### React Native Version...

Stale
Component: Button
Component: Switch
Needs: Triage :mag:
Newer Patch Available

### Description Linking.addEventListener("url",event =>{}) called multiple times on Android.On iOS, this listener is normal. But on Android,it is wired, and i print its listener count is 2. ``` Linking.listenerCount("url") ```...

Stale
Platform: Android
API: Linking
Needs: Triage :mag:
Needs: Repro