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

### Description While using the Pressable component in my component and testing it using @testing-library/react-native version 12.4.5, I am getting this issue as per the attached stack trace. ### Steps...

Issue: Author Provided Repro

## Summary: It's been 1½ years since the merge of https://github.com/facebook/metro/pull/822 and my hope is that this feature is ready to be documented and made available through types. ## Changelog:...

CLA Signed
Shared with Meta

### Description I tried IOS tablet devices but Dimensions.addEventListener not firing in react native 0.74.3 Works fine on iPhones. On tablets, when I change orientation, it doesn't firing. ### Steps...

API: Dimensions
Needs: Author Feedback
Needs: Repro

Summary: Bumping NDK to 27.1.12297006 as we need it to build native libraries with 16KB page size support. See: - Changelog r27: https://github.com/android/ndk/wiki/Changelog-r27 - 16KB page sizes: https://developer.android.com/guide/practices/page-sizes Changelog: [Android]...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: # Changelog: [Internal]- Currently TextInput does not expose `editable` and `readOnly` (only `editable` is exposed as Android-specific prop). This change is to add them to BaseTextInputProps so they can...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: Fix platform color on android with linear gradient. ## Changelog: [ANDROID] [FIXED] - Linear gradient with platform colors ## Test Plan: Added example and testcases

CLA Signed
Shared with Meta

### Description `yarn test` fails on RN app from nightly template. Error: ``` FAIL __tests__/App.test.tsx ● Test suite failed to run SyntaxError: /Users/maciej/Dev/Temp/RnNightly/node_modules/react-native/Libraries/vendor/emitter/EventEmitter.js: Unexpected token, expected "]" (39:5) 37 |...

Needs: Triage :mag:

### Description Previous issue: https://github.com/facebook/react-native/issues/33889 RN Alert button appears on the left top corner. ### Steps to reproduce ```js function openURL(url: string, error: string) { Linking.openURL(url).catch(() => showAlert(`${error} ${url}`)); }...

Platform: iOS
Issue: Author Provided Repro
Component: Button
API: Alert

## Summary: If the module sets the method queue to the main queue, we should call it on the main queue if it contains some UI operations, otherwise it may...

CLA Signed
Shared with Meta

## Summary: ### Issue When a real device is oriented into landscape and the user locks the screen during said orientation incase the user rotates back to previous orientation and...

CLA Signed
Shared with Meta