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

A framework for building native applications using React

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

### Description > **Note: The items in this list are eligible for [Hacktoberfest](https://hacktoberfest.com/) (https://hacktoberfest.com/). All the accepted PRs under this umbrella task will be tagged with the hacktoberfest-accepted label, to...

Good first issue
Help Wanted :octocat:
☂️ Umbrella

### New Version 0.70.0 ### Old Version 0.63.3 ### Build Target(s) iOS 16.0 ### Output of `react-native info` System: OS: macOS 13.0 CPU: (8) x64 Apple M1 Memory: 27.19 MB...

Stale
Needs: Triage :mag:
Type: Upgrade Issue

## Summary As pointed out by @necolas on https://github.com/facebook/react-native/issues/34424#issuecomment-1261482517 we forgot we add the `role` prop mapping to the `Text` component. This PR adds a new `role` prop to `Text`,...

CLA Signed
Type: Enhancement

### Description After creating a `WebSocket` instance, its `binaryType` is undefined. This is different from the web spec > Each [WebSocket](https://websockets.spec.whatwg.org/#websocket) object has an associated binary type, which is a...

Needs: Triage :mag:

## Summary This PR is part of #34872. This PR contains two changes, extracting the visitor object and then factoring out the `getConfigType()` function to the `parsers/utils.js` file. Then we...

CLA Signed
hacktoberfest-accepted

### New Version 0.70.1 ### Old Version 0.69.0 ### Build Target(s) android ### Output of `react-native info` System: OS: Windows 10 10.0.19043 CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7...

Platform: Windows
Platform: Android
Tech: Hermes
Needs: Attention
Type: Upgrade Issue

## Description On an iOS project using the new SceneDelegate and have multiwindow support turned on the `Alert.alert()` function is not working anymore. Seems like the change to use the...

Needs: Triage :mag:

### Description I'm getting errors when I'm trying to launch my app using fabric. I either get this error or `java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libjscexecutor.so` ```2022-09-21 11:18:36.464 6087-3715/?...

Platform: Android
Needs: Author Feedback
Type: New Architecture

## Description There is an issue with setting accessibility focus on load of a screen. I was able to make it work by calling the function twice in a row....

Accessibility
Needs: Triage :mag:
Accessibility Team - Evaluated

### Description On an Android Pixel 6 pro device, discovered a text measuring bug when setting both lineHeight and letterSpacing. This specific combination reproduces no matter the lineHeight, just the...

Platform: Android
Needs: Triage :mag: