react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

## 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:...

Ran Commands
Impact: Regression
Component: TextInput
Platform: Android
Bug

### 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...

Needs: Attention
Type: Unsupported Version

## 🐛 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...

Issue: Author Provided Repro
Component: View
Bug

### 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...

Needs: Author Feedback
Impact: Performance

## 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...

CLA Signed
Stale
Platform: Android
Bug
Shared with React Native Team

### 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...

Stale
Component: TextInput
Component: FlatList
Needs: Triage :mag:

### 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....

Platform: Android
Needs: Author Feedback
Needs: Repro
Needs: Verify on Latest Version

### 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...

Platform: Android
Component: KeyboardAvoidingView
API: Keyboard
Needs: Triage :mag:
Version: unspecified

### 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...

Platform: Android
API: Keyboard
Needs: Triage :mag:
Needs: Verify on Latest Version

## 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...

CLA Signed
Type: Enhancement