react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: - Add Flow, switch from `yargs` to `parseArgs` (built-in to Node.js, Flow-safe). - Document script via `--help` output (relevant ahead of reusing this script for local release testing). -...
## Summary: This adds initial support for wide gamut (DisplayP3) colors to React Native iOS per the [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738). It provides the ability to set the default color space to sRGB...
### Description Thank you for keep improving RN. im trying to use the new `performance.reactNativeStartupTiming` which in https://github.com/facebook/react-native/commit/c1023c73b010245f2e8182b75cc3bccd112d5e2e it says 'This diff adds the `performance.reactNativeStartupTiming` API to the performance global...
Summary: N/A Differential Revision: D52492254
Summary: Updates the `test-e2e-local` script to bootstrap `/tmp/RNTestProject/` using the currently checked out repository as the source of truth for all monorepo packages (previously we only did this for the...
Summary: Changelog: [Android][Added] - introduce native api to access RuntimeExecutor This is the android equivalent of [PR#42758](https://github.com/facebook/react-native/pull/42758). From [PR#42758](https://github.com/facebook/react-native/pull/42758) > The goal of this API is to provide a safe...
Summary: Changelog: [General][Fixed] Fix order of Metro hotkey console messages # Existing Key handler is printing messages to the console _after_ it has been processed, this causes error messages to...
Summary: ## Changelog: [Internal]- This adds an ability to have multiple custom source transformers when resolving asset sources, which is beneficial in some scenarios. The transformers are chained, being executed...
## Summary: This PR fixes PerfMonitor option not showing on iOS when running bridgeless. The `initialize` method is not called in bridgeless which causes this option to not be added....
## Summary: Weirdly when using a [Section List](https://reactnative.dev/docs/sectionlist) specifically when using the [SectionSeperatorComponent](https://reactnative.dev/docs/sectionlist#sectionseparatorcomponent), and adding additional Data on the renderItem List, there is a unmount occurring as the new Data...