react-native-website
react-native-website copied to clipboard
The React Native website and docs
https://github.com/facebook/react-native/commit/1e48274223ee647ac4fc2c21822b5240f3c47e4c fixed keyboard events on Android 11+ when an activity has set `android:windowSoftInputMode` to `adjustNothing`. Update the documentation to reflect the change.
## Description Documentation has deprecated instructions about react-native link command ## Documentation version 0.69, Next
fixes https://github.com/facebook/react-native/issues/30846 was build by https://github.com/grgr-dkrk with PR https://github.com/facebook/react-native/pull/32470 Related https://github.com/facebook/react-native/pull/34371
# Why We plan to expose the link to this page in the top navbar, so I thought that a small design and data refresh before that exposure will be...
Adding Public API documentation for the TextInput screenreaderErrorAndroid prop React Native Issue https://github.com/facebook/react-native/issues/30848 React Native PR https://github.com/facebook/react-native/pull/33468 More Information at https://github.com/fabriziobertoglio1987/react-native-notes/issues/12
By default React Native would set `NSCache.totalCostLimit` to 20MB and the single image size limit to 2MB (bitmap size). The default cache size may not be enough for applications that...
## Description https://reactnative.dev/docs/view#onlayout Trying to animate elements in my app to the screen locations of other elements. I get the position of those elements in their onLayout callbacks and cache...
This is a follow-up to a conversation that happened in the RN Discord; I saw the [Flutter website](https://flutter.dev/) having a clean and organised navbar and I wondered if that could...
Relates to this PR: https://github.com/facebook/react-native/pull/33783 
# Why & How This PR updates the Docusuaurs to the latest and stable release! 🎉 There is no changelog published yet from latest RC, but there were almost no...