react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: As title Differential Revision: D47276191
### Description After I upgraded RN version to 0.72.1, KeyboardAvoidingView isn't working anymore in Android. ### React Native Version 0.72.1 ### Output of `npx react-native info` System: OS: macOS 13.0...
## Summary These changes are intended to resolve #11068. ## Changelog: [Android] [Fixed] - Fix letters duplication when using autoCapitalize ## Test Plan I took the `RewriteExample` from `TextInputSharedExamples.js` duplicated...
## Summary: Added code previously added in the following PR: https://github.com/facebook/react-native/pull/28659. The above PR was accidentally scrapped due to the renaming of the master branch on the React Native repo....
I was able to create a reproducible example in a test build where I added 20 swimlanes of which 2 out of 3 randomly animate, the screen is quite heavy...
## Summary: The motivation is to create an E2E testing solution for the RNTester app that can be used to flag when things break and the release crew can use...
### Description Test case : https://snack.expo.dev/vyBu3Fm-d The text "已售5.15万哈哈哈哈哈哈哈" is expected to be rendered on the screen with some of the text characters, but we got one of the characters...
## Summary Instead of using the AlertDialog from the android library we use the AlertDialog from the support library to render dialogs properly on Lollipop phones. ## Changelog [Android] [Fixed]...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Navigating with React Navigation from ScreenB to previous ScreenA when both...
## Description The Switch Component on Android does not persist its default trackColor for false. Its just gone (not just white) after switching On and Off again. 2 shows the...