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: This PR adds support for `clip-path` CSS attribute for JS. It follows CSS spec [described here](https://www.w3.org/TR/css-masking-1/#the-clip-path). It does not provide support for SVG source (`` values), what can...

CLA Signed
Shared with Meta

# Feature Description: openUniversalLink ## Why This Feature Is Needed Apple's App Store Review Guideline 4.0 requires that apps provide a native in-app experience and avoid redirecting users to external...

CLA Signed
Shared with Meta

Summary: There's a bug in Node.JS: https://github.com/nodejs/node/issues/51018 where spawning a process on Windows with detached mode and unref will not actually inherit stdio. You need to manually pipe these to...

CLA Signed
p: Facebook
Partner
fb-exported
meta-exported

Summary: This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path. Differential Revision: D89042934

CLA Signed
p: Facebook
Partner
p: Software Mansion
fb-exported
meta-exported

### Description We noticed an issue on our app that is using a lot of text (news articles), where in some specific cases the text is not fully rendered on...

Platform: iOS
Issue: Author Provided Repro
Needs: React Native Team Attention
Type: New Architecture

Bumps [electron](https://github.com/electron/electron) from 37.2.6 to 37.3.1. Release notes Sourced from electron's releases. electron v37.3.1 Release Notes for v37.3.1 Fixes Fixed an issue where shell.openPath was not non-blocking as expected. #48088...

CLA Signed
JavaScript
dependencies

### Description back handlers seem to stop working after sending the app to the background - all back gestures (except in Modals) just close the app instead. see the video...

Needs: Triage :mag:

### Description On React Native 0.82.1, returning null from a MobX render would remove the previously rendered view. After upgrading to React Native 0.83.0 (React 19.2) the view does not...

Needs: Author Feedback
Needs: Repro

### Description https://github.com/user-attachments/assets/0fe8b70d-77d7-4438-acc6-baeb399ba319 ```jsx ``` There is an Android-only touches limitation in react native that becomes visible when using Reanimated’s Animated.View Touch events are not delivered to children that are...

Platform: Android
API: Animated
Needs: Author Feedback
Needs: Repro

### Description When using KeyboardAvoidingView in a React Native application, an issue occurs where the lower part of the screen becomes white and unresponsive after performing the following sequence of...

Stale
API: Keyboard
Needs: Triage :mag:
Newer Patch Available