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: 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...

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

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...

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

### 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/...

Needs: Repro
Needs: Attention

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...

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

## 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...

CLA Signed
p: Expo
Partner
Shared with Meta

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...

CLA Signed
p: Expo
Partner
Shared with Meta

## 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...

CLA Signed
p: Expo
Partner
Shared with Meta

### 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)....

Platform: iOS
Resolution: PR Submitted

### 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...

Issue: Author Provided Repro
Platform: Android
Needs: React Native Team Attention

### 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...

Needs: Triage :mag: