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: Facsimile may or may not use a global measure cache. Adding flags to let us run experiment, to understand real-world performance impact, now that we have fixed some (but...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: This is copied from `ReactTextView`, which a comment explaining the shenanigans. Changelog: [Internal] Differential Revision: D75248328

CLA Signed
p: Facebook
Partner
fb-exported

### Description When you have a list of `` inside a ``, and the list is short enough to fully fit on the screen (so that no scrolling is actually...

Issue: Author Provided Repro
Component: FlatList
Needs: Author Feedback

Summary: Changelog: [Internal] Adds a transform that ensures to types and interfaces names `Props` end up in the generated TypeScript definitions. Those are not descriptive and cause duplicate types in...

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

## Summary: This PR ensures that the typeface applied to `ReactEditText` is also correctly applied to its hint text and fixes an issue where the custom font was not consistently...

CLA Signed
Shared with Meta

Summary: Gating for "safer main queue sync dispatch": D74769326 Changelog: [Internal] Differential Revision: D74940621

CLA Signed
p: Facebook
Partner
fb-exported

Summary: We want the ios implementation of this api, to be implemented differently. Because, we need to build in deadlock mitigation for sync renders and events, for ios only. Changelog:...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: Migrate com.facebook.react.CoreModulesPackage to Kotlin. ## Changelog: [INTERNAL] - Migrate com.facebook.react.CoreModulesPackage to Kotlin ## Test Plan: ```bash yarn test-android yarn android ```

CLA Signed
Shared with Meta

# Problem React native's new list component is doing synchronous render. That means it makes synchronous dispatches from main thread to the js thread. (To capture the runtime so that...

CLA Signed
p: Facebook
Partner
fb-exported

### Description In my experience, the order of rAF callbacks is always deterministic on web. It [seems](https://stackoverflow.com/a/34905490) like it's deterministic per spec. In other words, this: ```js requestAnimationFrame(() => {...

Stale
Bug