react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Changelog: [General][Changed] - The JS revision merge now is scheduled on the main thread Changes the Shadow Tree branching to schedule JS revision merge on the main thread instead...
Summary: Changelog: [General][Changed] - Refactor how shadow tree revisions are promoted as latest for JS consistency Changes `LazyShadowTreeRevisionConsistencyManager::updateCurrentRevision` to pull the latest commited revision for a given surface id instead...
### Description We have got a lot a bunch of unhandled errors in sentry and some users are experiencing crashes after enabling new architecture and moving to RN 0.79.6: https://lendo.sentry.io/share/issue/15101300672940039f9334b6a3dbd6cf/...
Summary: After reviewing the feasibility of adding new Runtime functionality, we realized the current state of `Runtime` makes it hard/inconvenient to add new basic functionality. It requires creating a new...
## Summary: To make the later VFS overlays work, our React umbrella header needs to use angled import syntax instead of quoted". This is so that the compiler will look...
A small cleanup to make the directory structure of the header file template when building xcframeworks. Umbrella and module map templates are now moved into a templates folder in the...
## Summary: Replace the regex-based approach for parsing podspec files with a declarative configuration system for header file collection: Add headers-config.js with explicit podspec configurations defining header patterns, directories, and...
### Description [Noticed this change](https://github.com/facebook/react-native/commit/94623ca8ec969f09d8ec430e7633c3bf49a3d71e#diff-ee64b47dc42591102cd33b18fd33539ee53a942176e916bb50f6bc6bffc447d4) while investigating #54140, but having a space in your folder name still results in a broken build (at least with the default XCode build phases)....
### Description When I disable coalescing explicitly: ```kotlin override fun canCoalesce(): Boolean { return false } ``` I receive all events, but the order is incorrect. For example, the event...
### Description Despite `.getBoundingClientRect()` working just fine in an actual runtime, it appears to be undefined (and thus, crashing unexpectedly when called) in Jest tests: ``` TypeError: _ref.getBoundingClientRect is not...