react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: This PR removes usage of deprecated `statusBarOrientation` method in `RCTDeviceInfo` and `RCTModalHostView` for retrieving interface orientation and adds `RCTUIInterfaceOrientation` helper method to get orientation from window scene instead....
## Summary: This builds on previous PRs for the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738) and extends Android views with support for DisplayP3 backgrounds and borders. ## Changelog: [ANDROID] [ADDED] - Add...
Summary: Bump to the latest Metro release. Metro release notes: https://github.com/facebook/metro/releases/tag/v0.80.6 Changelog: [General][Changed] - Bump Metro to ^v0.80.6 Differential Revision: D53829383
### Description When `KeyboardAvoidingView` inside a `ScrollView` and focus a `TextInput` the app crashes (goes extremely slow). This seems to only happen if the `KeyboardAvoidingView` needs to trigger the animation,...
## Summary: Adds the `unset` property for DimensionValue type as it works. ## Test plan: Create a component button with a height of 56 for example, and pass it style...
### Description 👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-files-new) that will be the default in ESLint v9. It doesn't look like `@react-native-community/eslint-plugin` has...
Summary: Changelog: [internal] This feature flag is accessed through `CoreFeatures` but it's initialized a few different ways: * Android: assigned via `ReactFeatureFlags`, which is overridden by apps. * iOS: `ReactNativeConfig`...
### Description ScrollView does not work inside position: absolute on Android. Scrolling works on iOS. ### React Native Version 0.71.11 ### Output of `npx react-native info` System: OS: macOS 12.6.4...
Summary: Changelog: [internal] This modifies the default `RCTAppDelegate` for iOS apps in OSS to provide an implementation for the C++ native module for feature flags. In a following diff I'll...
## Summary: as title ## Changelog: [Internal] - extract constants type in BlobModule Reviewed By: chpurrer Differential Revision: D54073162 ## Test Plan: CI tests pass