react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary This PR builds on top of #31402, which introduced the `automaticallyAdjustsScrollIndicatorInsets` functionality. It aims to fix one of RN's longstanding pain point regarding the keyboard. The changes provide...
## 🐛 Bug Report When the app is closed, I am able to get deep link url that is clicked by Linking.getInitialURL(). When the app is in the background state,...
## Summary This change allows network requests to be executed in background safely. In certain conditions iOS HTTP requests are being terminated with this error: ``` Error Domain=NSURLErrorDomain Code=-1005 "The...
## WORKAROUND Issue #35210 now has the best description and current best-known fix for the issue *we are working hard to keep that issue up to date as we learn...
## WORKAROUND Issue #35210 now has the best description and current best-known fix for the issue *we are working hard to keep that issue up to date as we learn...
### Description I'm facing this issue, after upgrading React native version from 0.66.3 to 0.70.1 error: ReferenceError: SHA-1 for file /Users/symplrr/Desktop/Projects/ReactNative Projects/zonofi/node_modules/react-native/index.js (/Users/symplrr/Desktop/Projects/ReactNative Projects/zonofi/node_modules/react-native/index.js) is not computed. Potential causes: 1)...
### Description **Current Behavior** When TextInput is focused and keyboard is shown, pressing hardware back button dismisses the keyboard but doesnt't blur the TextInput. Pressing on the TextInput again doesn't...
### Description I put an InputText in a Modal, and when the keyboard activated, the modal stayed fixed and the keyboard overlaps the modal, removing the attribute statusBarTranslucent, the modal...
### New Version 0.69.4 ### Old Version 0.64.2 ### Build Target(s) 13 ### Output of `react-native info` (Use `node --trace-warnings ...` to show where the warning was created) System: OS:...
### Description Hello! On all my previous and current projects, ScrollView based components (ScrollView, FlatList, ...) had this bug where the ScrollView would bounce back on some real android devices....