react-native
react-native copied to clipboard
A framework for building native applications using React
### Description error ### Steps to reproduce npm start ### React Native Version 0.74 ### Affected Platforms Runtime - Android ### Areas Other (please specify) ### Output of `npx react-native...
## Summary: We ran CodeQL in react-native-windows and it found a comparison of narrow type with wide type in loop condition in ReactCommon/react/renderer/core/RawPropsKeyMap.cpp microsoft/react-native-windows#12701 ## Changelog: [INTERNAL] [SECURITY] - Fix...
Summary: One way we register cxx turbo modules with React Native is via cxxreactpackages. This diff allows the application to pass in cxxreactpackages into the default react host, which allows...
Summary: We might want to publish some new versions of React Native with experimental feature to allow some partners to test whether those versions fixes some reported issues, before creating...
Summary: Flow shouldn't consider definitions inside this folder. This speeds up working in the OSS checkout if you happen to have Hermes built. Changelog: [Internal] Differential Revision: D56575537
Summary: Based on a more recent 14.x.x release of Listr. Changelog: [Internal] Differential Revision: D56576985
Summary: Set the proper build flags for debugging in Bridgeless mode. This fixes [#44240](https://github.com/facebook/react-native/issues/44240) ## Changelog: [iOS][Fixed] - Add `HERMES_ENABLE_DEBUGGER=1` flag to React-RuntimeApple Differential Revision: D56575647
Summary: changelog: [internal] Employ forward declaration in ComponentDescriptor.h to avoid importing header unnecessarly. Differential Revision: D56631399
Summary: `Response` is `Closeable`, so we must close it even if the download is no longer relevant. Found while running with StrictMode enabled and reloading quickly multiple times. Differential Revision:...
Summary: force_static doesn't need to be in here, let's remove it. I change one module per diff. It makes it easier to land it and pinpoint where build failures are...