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

### Description The fetch is stuck in Pending mode. Removing the `@babel/plugin-proposal-class-properties` as proposed at [#30187](https://github.com/facebook/react-native/issues/30187) is not worked for me. Also in my case neither the XMLHttpRequest worked. ```...

🌐Networking
Platform: Android
Needs: Triage :mag:

Summary: This creates 2 examples for IntersectionObserver in RNTester: * The first example is just a copy of the example provided by MDN in the documentation page for `IntersectionObserver` (https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)....

CLA Signed
p: Facebook
Partner
fb-exported

Differential Revision: D46358021

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Repos on GitHub should have a top level LICENSE file to make sure GitHub can autodiscover the correct license for the project. Once we moved the file inside packages/react-native/...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: Remove okhttp internal `Util` usage so it can be compatible with [okhttp 5.0.0 alpha](https://square.github.io/okhttp/changelogs/changelog/#version-500-alpha7). ## Changelog: [ANDROID] [CHANGED] - Remove okhttp3 internal util usage ## Test Plan: None,...

CLA Signed

### Description Tracking a dynamic animated value (such as scroll position) using the native driver doesn't work correctly. Instead of animating the pinned value simultaneously, the animation only starts once...

Issue: Author Provided Repro
API: Animated
Needs: Triage :mag:

### Description For a text component , if we specify onTextLayout and write log statement, its not getting triggered. i wanted to use the onTextLayout to get the no of...

Issue: Author Provided Repro

### Description i get this Failure Error in IOS when i make use of this unstable_reactLegacyComponentNames: ['BVLinearGradient'] to support in new architecture Thread Performance Checker: Thread running at QOS_CLASS_USER_INTERACTIVE waiting...

Platform: iOS
Needs: Author Feedback
Needs: Repro

### Description The application while sending a POST request is giving Axios 400/500 error in release/signed APK. But working fine in debug mode on an emulator/physical device connected via cable....

Needs: Author Feedback
Needs: Repro
Newer Patch Available

Summary: Chrome Dev Tools doesn't correctly display grouped console logs (i.e. console output between a `console.group` and `console.groupEnd`) when timestamps are all zero. Populate the timestamp field so grouping functions...

CLA Signed
p: Facebook
Partner
fb-exported