react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 1313 react-native issues
Sort by recently updated
recently updated
newest added

## Description The React-Native app (Android) that I'm working on has sign up and log in screens. Both of these screens have email and password TextInput components as well as...

Needs: Triage :mag:

## Summary >Expandable and Collapsible are unique in the Android Accessibility API, in that they are not represented as properties on the View or AccessibilityNodeInfo, but are only represented as...

CLA Signed
Platform: Android
Bug
Shared with React Native Team

## Summary - adds missing roles - adds custom roles that don't exist in TalkBack (see the [compositor.json][10] and [string.xml][11] files). - fixes [issues with Drawer][12] - fixes issues with...

CLA Signed

## Summary **Android**: The functionality consists of calling the [AccessibilityNodeInfo#setError][10] and [#setContentInvalid][13] method to display the error message in the TextInput. **iOS**: The accessibilityErrorMessage is stored in the accessibilityValue of...

CLA Signed
Platform: Android
Type: Enhancement
Accessibility
Shared with React Native Team

### New Version 0.69.0 ### 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:...

Impact: Errors During Build
Needs: Author Feedback
Needs: Repro
Type: Upgrade Issue

## Description I am trying to load high quality images in React Native for a chart application and I am getting low quality images being displayed on Android, Zooming in...

Platform: Android
Component: Image
Needs: Triage :mag:

### Description With Android 13, TextInput's `onKeyPress` does not respond except for the backspace key. The "Steps to reproduce" shown below did not work correctly `onKeyPress` on Android 13, but...

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

### Description Exception java.util.ConcurrentModificationException: at java.util.ArrayList$Itr.next (ArrayList.java:860) at com.facebook.react.uimanager.UIManagerModule.onBatchComplete (UIManagerModule.java:804) at com.facebook.react.uimanager.ReanimatedUIManager.onBatchComplete (ReanimatedUIManager.java:46) at com.facebook.react.bridge.NativeModuleRegistry.onBatchComplete (NativeModuleRegistry.java:145) at com.facebook.react.bridge.CatalystInstanceImpl$BridgeCallback.onBatchComplete (CatalystInstanceImpl.java:174) at com.facebook.react.bridge.queue.NativeRunnable.run at android.os.Handler.handleCallback (Handler.java:938) at android.os.Handler.dispatchMessage (Handler.java:99) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage (MessageQueueThreadHandler.java:27)...

Needs: Author Feedback
Needs: Repro

### Description Exception : com.facebook.react.bridge.JSApplicationIllegalArgumentException connectAnimatedNodes at com.facebook.react.animated.NativeAnimatedNodesManager.connectAnimatedNodes (NativeAnimatedNodesManager.java:333) at com.facebook.react.animated.NativeAnimatedModule$15.execute (NativeAnimatedModule.java:681) at com.facebook.react.animated.NativeAnimatedModule.executeAllOperations (NativeAnimatedModule.java:258) at com.facebook.react.animated.NativeAnimatedModule.access$400 (NativeAnimatedModule.java:85) at com.facebook.react.animated.NativeAnimatedModule$3.execute (NativeAnimatedModule.java:287) at com.facebook.react.uimanager.UIViewOperationQueue$UIBlockOperation.execute (UIViewOperationQueue.java:579) at com.facebook.react.uimanager.UIViewOperationQueue$1.run (UIViewOperationQueue.java:915) at com.facebook.react.uimanager.UIViewOperationQueue.flushPendingBatches (UIViewOperationQueue.java:1026)...

Needs: Triage :mag:

## Description On Android there are a number of odd irregularities with how accessible prop works. - Sometimes this will group's descendants that are also marked as accessible together into...

Platform: Android
Accessibility
Accessibility Team - Evaluated
React Native Engineering - Evaluated