react-native
react-native copied to clipboard
A framework for building native applications using React
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...
### 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...
## 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...
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...
Summary: changelog: [internal] The flag is not used and is statically set to false, let's delete it. Reviewed By: NickGerleman Differential Revision: D56473851
## 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...
### 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...
### 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...
Summary: Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D56505986
## 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...