react-native
react-native copied to clipboard
A framework for building native applications using React
## 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...
# 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...
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...
Summary: This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path. Differential Revision: D89042934
### 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...
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...
### 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...
### 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...
### 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...
### 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...