react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Extends `ReactInstanceIntegrationTest` to allow varying feature flags in tests, using gtest's parameterised tests. Exercise this in `ConsoleLogTest` to test against the modern CDP registry, for which we also needed...
### Description I upgrade the reactnative version from 0.72 to 0.73 and upgrade xcode version to xcode15 and ios17, now i couldn't run-ios by terminal, it will come some error...
## Summary: This pull request allows the user to dismiss a modal using either `pageSheet` or `formSheet` presentation style whilst using `slide` animation type on iOS with an interactive gesture...
Summary: Changelog: [internal] Add support for an unstable query param. Arbitrary string supported as we anticipate multiple values. Differential Revision: D53824155
### Description When wrapping View children in a Text component, the views are displayed inline with the text on web platforms. However, on Android and iOS platforms, adjusting the line...
## Summary: Bump CLI version to 10.2.7 ## Changelog: [GENERAL] [CHANGED] - Bump CLI to 10.2.7 ## Test Plan: CI
## Summary: This PR implements `RCTRootViewFactory` a utility class (suggested by @cipolleschi) that returns proper RCTRootView based on the current environment state (new arch/old arch/bridgeless). This class aims to preserve...
## Summary: This PR adds cocoapods utility to set `SWIFT_ACTIVE_COMPILATION_CONDITIONS` to DEBUG, which is set to this value by default (when generating a new native Xcode project). This allows to...
## Summary: This diff bumps `hramos/needs-attention` to `v2.0.0` `v2.0.0` is a `latest` **BREAKING** release with a number of improvements made by @Pranav-yadav i.e. ***me*** 😎 P.S. Just to have node16...
### Description Text is cutting off vertically on Android 13+. Tested both on old and new arch. There's a couple of issues with similar topics (none mentioning new arch, nor...