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: Currently `` does not support aria-label, only accessibilityLabel. This commit updates to accept either accessibilityLabel or aria-label, preferring aria-label when provided to match the implementation in other native...

CLA Signed
Shared with Meta

## Summary: This PR fixes rendering of `RCTRedBoxExtraData` I noticed that it wasn't displaying the `reload` and `dismiss` buttons, which made it impossible to close modal and to reload JS...

CLA Signed
Shared with Meta

## Summary: This small PR fixes issue causing `AlertExample` to crash on `login-password` prompt example, as it was trying to render object in `` ## Changelog: [INTERNAL] [FIXED] - Prevent...

CLA Signed
Shared with Meta

Summary: Changelog: [iOS][Breaking] Deleting deprecated didReceiveLocalNotification & didReceiveRemoteNotification callbacks on RCTPushNotificationManager Differential Revision: D52883365

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [General][Changed] - Add info to invalid blob response error Differential Revision: D53829400

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [iOS][Breaking] Deleting deprecated alertAction and repeatInterval in PushNotificationIOS Reviewed By: philIip Differential Revision: D53734569

CLA Signed
p: Facebook
Partner
fb-exported

### Description I want click-and-hold-to-select-text using a Text component and then i searched it and i found `selectable` property.It good works but it copy the entire text field.I want to...

Resolution: For Stack Overflow
Resolution: Locked

## Summary: This adds support for 64 bit integer (long) values to MapBuffer. Per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) Android encodes wide gamut colors as long values so we need...

CLA Signed
Partner
p: Infinite Red
Shared with Meta

### Description Hi, I do have two tabs that host React Native as fragments in the android kotlin app. I would predictably see the app crashes if I switch between...

Platform: Android
Needs: Triage :mag:

## Summary: Add synchronous JSI installation for TurboModules on Android. That would help some 3rd party JSI based modules to get the `jsi::Runtime` on bridgeless mode. The iOS implementation will...

CLA Signed
p: Expo
Partner
Contributor
Shared with Meta