react-native
react-native copied to clipboard
A framework for building native applications using React
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...
Summary: This is copied from `ReactTextView`, which a comment explaining the shenanigans. Changelog: [Internal] Differential Revision: D75248328
### 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...
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...
## 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...
Summary: Gating for "safer main queue sync dispatch": D74769326 Changelog: [Internal] Differential Revision: D74940621
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:...
## 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 ```
# 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...
### 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(() => {...