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

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
Partner
p: Infinite Red
Shared with Meta

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

Issue: Author Provided Repro
Needs: Triage :mag:

Summary: N/A Differential Revision: D52492254

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
p: Facebook
Partner
fb-exported

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

CLA Signed
Partner
p: Callstack
Shared with Meta

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

CLA Signed
Shared with Meta