react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Hermes' ConsoleMessage constructor now accepts StackTrace, so the construction can be done in one go. Changelog: [Internal] Differential Revision: D56738060
## 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...
Summary: RuntimeAdapter.h is only needed when using CDPHandler, which the new code path doesn't need. Changelog: [Internal] Differential Revision: D56738299
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...
Summary: Changelog: [internal] We have a comment explaining how to update all generated files everywhere but here. Differential Revision: D56717344
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
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...
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...
## 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...
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...