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

A framework for building native applications using React

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

### Description Hi, when we have 79 Views in hierarchy we stop seeing content. I've noticed bug in iOS 12. Everything works in iOS 13+ ### Version 0.67.2 ### Output...

Platform: iOS
Stale
Needs: Triage :mag:

### Description os: android, ios when `` contains wrapping content, additional padding is added to bottom larger text seems unaffected smaller minHeight seems unaffected expo web seems unaffected ### Version...

Needs: Triage :mag:

### Description While testing the latest RC version, I've noticed the following error when starting the application: `Abort message: '/Users/alex/Documents/Projects/lottie-react-native/fabric-example/node_modules/react-native/ReactCommon/react/renderer/uimanager/bindingUtils.cpp:29: function getModule: assertion failed (moduleAsValue.isObject())'` @cortinico - I have provided...

Platform: Android
Impact: Crash
Priority: Mid
Needs: Attention
Type: New Architecture

TextInput in React Native 0.62 still cannot dynamic change the text color when value have emoji and multiline. This is issue just happen on ios, android works fine Here is...

Needs: Author Feedback
Needs: Environment Info

### Description The style changes won't apply on `TextInput` if it has at least single foreign character as its value, and `multiline` property is set to `true`. I haven't tried...

Platform: iOS
Component: TextInput
Needs: Triage :mag:

### Description Hello, guys. I am currently having a problem running my app build on iOS. I've followed a few tutorials here on git about but none of them were...

Needs: Triage :mag:

## Summary This PR prevents blob data from being prematurely de-allocated in native code when using slice to create views into an existing blob. Currently, whenever a new blob is...

CLA Signed
Platform: iOS
Bug
Needs: React Native Team Attention
Shared with React Native Team

### Description I am experiencing a crash on Android which occurs randomly, sometimes at the launch, sometimes later on some screen, so it's difficult to provide steps to reproduce. The...

Platform: Android
Needs: Triage :mag:

## Summary The [existing fix](https://github.com/facebook/react-native/blob/fb936dfffb3ca2d9bc0969dfe36a70bdf66783e0/ReactAndroid/src/main/java/com/facebook/react/modules/network/ForwardingCookieHandler.java#L151) to handle missing WebView provider uses string comparison based checks to handle the exception gracefully, or otherwise simply throw the exception. This ends up crashing...

CLA Signed
Platform: Android
Bug
Shared with React Native Team

### Description When an app includes a functional component which calls `React.useEffect` with a cleanup callback, and that callback throws an error when called, the following is produced in the...

Needs: Triage :mag: