react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: convert Java to Kotlin: `react/views/debuggingoverlay/DebuggingOverlay.java` Changelog: [Internal] internal Differential Revision: D55662115
Summary: Changelog: [Internal] Differential Revision: D55701291
Summary: convert Java to Kotlin: `react/views/debuggingoverlay/DebuggingOverlayManager.java` Changelog: [Internal] internal Differential Revision: D55662140
### Description Objects cannot be copied inside the console debugger (Chrome inspect/DevTools). Even `console.log(JSON.stringify(object))` doesnt log the correct string. Both methods copy or log just the first character`{` or `[`...
### Description codegen generates duplicate `fromRawValue` for array enum type props across different modules in same namespace facebook::react with different type alias for `uint32_t` In the reproducer app i used...
## Summary: There is a specific divergent occuring on the [onmomentunscrollend](https://reactnative.dev/docs/scrollview#onmomentumscrollend) occuring in android , the same callback does not called when using the [scrolltooffset](https://reactnative.dev/docs/virtualizedlist#scrolltooffset), in short when we try...
Summary: ## Changelog: [Internal] - As in the title. Differential Revision: D55640126
Summary: Deprecated `UIManager.showPopupMenu()` had success callback that would be triggered on 1) item selection or 2) dismiss. New `PopupMenuAndroid` only has item selection callback so adding in missing dismiss callback....
## Summary: Support launchOptions in bridgeless mode ## Changelog: [IOS] [FIXED] - Support launchOptions in bridgeless mode ## Test Plan: ``` useEffect(() => { const processInitialURL = async () =>...
### New Version 0.73.0-rc.1 ### Old Version 0.72.5 ### Build Target(s) iOS simulator ### Output of `react-native info` ``` System: OS: macOS 13.5.2 CPU: (10) arm64 Apple M1 Max Memory:...