react-native
react-native copied to clipboard
A framework for building native applications using React
### 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...
## 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:...
### 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...
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]...
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...
## Summary: Fix platform color on android with linear gradient. ## Changelog: [ANDROID] [FIXED] - Linear gradient with platform colors ## Test Plan: Added example and testcases
### 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 |...
### 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}`)); }...
## 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...
## 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...