react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

## 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....

CLA Signed
Shared with Meta

## 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...

CLA Signed
Partner
p: Infinite Red
Shared with Meta
Never gets stale

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

CLA Signed
p: Facebook
Partner
fb-exported

### 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,...

Platform: iOS
Issue: Author Provided Repro
Component: KeyboardAvoidingView
Component: ScrollView
API: Keyboard

## 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...

CLA Signed
Pick Request

### 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...

Good first issue
Help Wanted :octocat:
Never gets stale

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`...

CLA Signed
p: Facebook
Partner
fb-exported

### 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...

Issue: Author Provided Repro
Platform: Android
Component: ScrollView
Needs: Triage :mag:
Newer Patch Available

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...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: as title ## Changelog: [Internal] - extract constants type in BlobModule Reviewed By: chpurrer Differential Revision: D54073162 ## Test Plan: CI tests pass

CLA Signed
p: Facebook
Partner
fb-exported