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: Hermes' ConsoleMessage constructor now accepts StackTrace, so the construction can be done in one go. Changelog: [Internal] Differential Revision: D56738060

CLA Signed
p: Facebook
Partner

## Summary: This PR updates the peer dependency for React to support version 18.3. The motivation for this change stems from an issue where installing React 18.3 alongside React Native...

CLA Signed
Shared with Meta

Summary: RuntimeAdapter.h is only needed when using CDPHandler, which the new code path doesn't need. Changelog: [Internal] Differential Revision: D56738299

CLA Signed
p: Facebook
Partner

Summary: ## Changelog: [Internal]- Even though `TextInput.autoCapitalize` is supposed to be cross-platform, on the C++ side of the props data structures it was only exposed as an Android-specific one. This...

CLA Signed
p: Facebook
Partner

Summary: Changelog: [internal] We have a comment explaining how to update all generated files everywhere but here. Differential Revision: D56717344

CLA Signed
p: Facebook
Partner

Summary: The files were identical so no need for both. Having both is error-prone as one may be modified without modifying the other. Changelog: [Internal] Differential Revision: D56659179

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [General][Removed] `launchId` query param for `/debugger-frontend` is no longer generated automatically for each `/open-debugger` call. Caller of `/open-debugger` is now responsible for generating the `launchId`, which will be...

CLA Signed
p: Facebook
Partner

Summary: ViewManagers are all BaseJavaModule, and thus have access to methods like `getReactApplicationContext`. We don't expose the appropriate constructors though to pass this context down from the base class. Not...

CLA Signed
p: Facebook
Partner

## Summary: Implements [eslint flat config file support](https://github.com/facebook/react-native/issues/42996) ## Changelog: [GENERAL] [ADDED] - Adding support for [Flat Config files](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new) ## Test Plan: Run `lint` on a reproducer with the eslint...

CLA Signed
Shared with Meta

Summary: Changelog: [internal] Migrating this feature flag (which is currently unused) to the new system, so we can test it in production and ship it soon. Reviewed By: NickGerleman Differential...

CLA Signed
p: Facebook
Partner