react-native
react-native copied to clipboard
A framework for building native applications using React
## Environment ``` $ react-native info Environment: OS: Linux 4.9 Node: 8.11.3 Yarn: 1.7.0 npm: 5.6.0 Watchman: Not Found Xcode: N/A Android Studio: Not Found Packages: (wanted => installed) react:...
### Description There's been a weird crash on the iOS app. Now we haven't a clue. An error occurred in this line of code: _jsMessageThread->runonQueue(onComplete); ### React Native Version 0.68.2...
## 🐛 Bug Report I believe I've found a bug in the `View` size calculation logic in React Native. In certain cases, the ancestor `View` fails to recalculate its size...
### For the latest update on this situation, please refer to [this comment](https://github.com/facebook/react-native/issues/36296#issuecomment-1721832276). ---- ### Description I have a complex calendar component in my app. I previously ran it on...
## Summary Currently, when navigating back to a `ReactFragment` instance that is on the fragment backstack, we trigger an `IllegalStateException` from within `ReactDelegate.loadApp()`: > "Cannot loadApp while app is already...
### Description When running on Android, after scrolling the Flatlist and getting its content below the fixed ListHeaderComponent, when focusing the TextInput that lives inside the given header, the screen...
androidx.appcompat.widget.AppCompatEditText.setBackgroundDrawable AppCompatEditText.java, line 175
### Description An error that was never encountered in the development stage. Found in user app crash report after Google Store distribution. I dont know how or when it happens....
### Description When using KeyboardAvoidingView on android, whatever the configuration I use for the `behavior` or the `keyboardVerticalOffset` I always have a white area when the keyboard is opening or...
### Description On the android platform when you use the KeyboardAvoidView the inputs are partially visible and when you apply the KeyboardVerticalOffset some gray background proceeds on pushing the contents...
## Summary This PR adds font variation settings feature for variable fonts in react native. The `fontVariationSettings` property provides low-level control over [variable font](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide) characteristics, by specifying the four letter...