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 introduces kind of the same API that is available on `iOS` for subscribing to view mutations (see https://github.com/facebook/react-native/blob/67384cf5a07662b5030c20cf666b0f10b402bf23/packages/react-native/React/Fabric/Mounting/RCTMountingTransactionObserving.h) but for `Android`. The concept is needed there...

CLA Signed
Partner
p: Software Mansion
Shared with Meta

## Summary: Metro 0.76.9 is a hotfix release with a (larger than usual) collection of bug fixes that have been requested for picking back for RN 0.72 users: https://github.com/facebook/metro/releases/tag/v0.76.9 CLI...

CLA Signed
p: Facebook
Partner
Pick Request

### Description I set up a project using the `npx react-native@latest init MyProject` And when I try to run it on my iPhone using `npm run ios` the console prints...

Needs: Triage :mag:
Needs: Repro

### Description When building a new project with **React Native 0.73.3** I am getting the warning **RCTBridge required dispatch_sync to load RCTAccessibilityManager. This may lead to deadlocks** as soon as...

Resolution: PR Submitted

Summary: There is a way of defining events where you specify additional string type parameter in the EventHandler in the spec. This additional type parameter is an overridden top level...

CLA Signed
p: Facebook
Partner
fb-exported

Hi ## Summary: When I tried to archive macos catalyst app in Xcode I got errors: This PR fixes archiving by linking PrivateHeaders in yoga.framework Prev PR here https://github.com/facebook/react-native/pull/42159 ##...

CLA Signed
Shared with Meta

## Summary: Extract the typeface-finding logic to `findEffectiveTypeface` extension methods. ## Changelog: [INTERNAL] [CHANGED] - Extract the typeface-finding logic to `findEffectiveTypeface` ## Test Plan:

CLA Signed
Shared with Meta

## Summary: De-duplicate the logic for counting attachments. This is a minor improvement in the context of my multi-PR work on https://github.com/react-native-community/discussions-and-proposals/issues/695. ## Changelog: [INTERNAL] [CHANGE] - De-duplicate the logic...

CLA Signed
Shared with Meta

## Summary: Refactor `TextFragmentList` into `AttributedString`, preparing it to support another layer over fragments. This is a part of my work on https://github.com/facebook/react-native/issues/42602. ## Changelog: [INTERNAL] [CHANGED] - Refactor `TextFragmentList`...

CLA Signed
Shared with Meta

### Description Hello, our application has many scenarios using react-native, with over 10 million daily active users. We are currently using react-native version 0.70.6 in production, and everything is working...

Issue: Author Provided Repro
Needs: Triage :mag:
Needs: React Native Team Attention
Type: New Architecture