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: ## Changelog: [Android] [Fixed] - fix a case when view preallocation or props forwarding on Android lead to dropped props update # What does this fix This fixes a...

CLA Signed
p: Facebook
Partner

### Description In MainApplication.java when I build on Android Studio, it gives me the error: /android/app/src/main/java/com/dindle/app/MainApplication.java:24: error: cannot find symbol List packages = new PackageList(this).getPackages(); ^ symbol: class PackageList I...

Platform: Android
Needs: Author Feedback
Needs: Repro
Type: Unsupported Version

## Summary: This pull request converts the CircleCI workflows to GitHub actions workflows. This change only inlcudes the mac and ios build and test jobs. ## Changelog: [Internal] - Migrate...

CLA Signed
Shared with Meta

Summary: changelog: [internal] surfaceId parameter is not needed `schedulerDidRequestPreliminaryViewAllocation` as it can be derived from shadow node. Additionally, conversion to ShadowView can happen on the lower layers. Reviewed By: NickGerleman...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: changelog: [internal] The flag is not used and is statically set to false, let's delete it. Reviewed By: NickGerleman Differential Revision: D56473851

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: Currently in iOS we have no way to access nested elements in a View through accessibility methods such has voice over like if we have hierarchy like below...

CLA Signed
Platform: iOS
Accessibility
Shared with Meta

### Description When setting a `placeholder` in the `TextInput` field, VoiceOver reads the placeholder text. This causes problems when an accessibilityLabel is also provided. Expected behaviour: Placeholder should not be...

Platform: iOS
Issue: Author Provided Repro
Component: TextInput
Needs: Attention
Needs: Version Info

### Description on android, onScrollEndDrag can be prevented by a non-zero scrollEventThrottle value. ### Steps to reproduce - using below code, scroll/fling with any kind of velocity and notice the...

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

Summary: Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D56505986

CLA Signed
p: Facebook
Partner

## Summary: This PR solves [this issue](https://github.com/facebook/react-native/issues/44151). Inverted FlatList doesn't work (elements cannot be clicked) when the list is scrolled. ## Changelog: [GENERAL] [FIXED] - Fix clicking items on the...

CLA Signed
Shared with Meta