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

## 🐛 Bug Report I can't get the deep link url that was called when my app is started on iOS. Tried with `Linking.getInitialUrl()` promise and by listener `addEventListener('url'...)` None...

Platform: iOS
API: Linking
Bug

### Description Hi there, I switched laptops and cloned the repository of my project, did a quick yarn install and looks like it was a big difference from the one...

Component: TextInput
Platform: Android
Needs: Triage :mag:

### Description So i've been trying to run my iOS react native application but it keeps on showing this error. Steps i've tried 1. pod install in ios folder but...

Needs: Triage :mag:
Needs: Repro
Needs: Attention

## Summary Fixes an error in the `reactConsoleErrorHandler` comment ## Changelog [GENERAL] [FIXED] - Fixed a typo in the `reactConsoleErrorHandler` comment ## Test Plan No tests needed

CLA Signed

### Description The react-native application gets slow with enabled the Hermes Engine on IOS. I tested it in debug and release. ### Version 0.70.6 ### Output of `npx react-native info`...

Platform: iOS
Tech: Hermes
Needs: Triage :mag:

### New Version 0.68.2 ### Old Version 0.64.3 ### Build Target(s) esbuild for web preview ### Output of `react-native info` ![Uploading Screenshot 2022-05-17 at 7.13.19 PM.png…]() ### Issue and Reproduction...

Stale
Impact: Errors During Build
Needs: Author Feedback
Type: Upgrade Issue
Platform: All
Tech: React Native Core
Priority: High

### Description For Android 12, the newly suggested configuration for PiP is to use `setAutoEnterEnabled` [[docs](https://developer.android.com/develop/ui/views/picture-in-picture#setautoenterenabled)] instead of manually calling [enterPictureInPictureMode](https://developer.android.com/reference/android/app/Activity#enterPictureInPictureMode(android.app.PictureInPictureParams)) within `MainActivity.java` `onUserLeaveHint` However, when using `setAutoEnterEnabled`, although it...

Platform: Android
API: AppState
Needs: Triage :mag:

### Description I am getting this error in React-Native: 0.70.6 java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes-executor-release.so SoSource 0: com.facebook.soloader.DirectorySoSource[root = /data/app/~~Ugf7fQtxfAVyef-2afpx_A==/com.swellmoney.qa.android-bbsSDgEUlLKmTLucaSeD8g==/lib/arm64 flags = 0] SoSource 1: com.facebook.soloader.DirectApkSoSource[root = (/data/app/~~Ugf7fQtxfAVyef-2afpx_A==/com.swellmoney.qa.android-bbsSDgEUlLKmTLucaSeD8g==/base.apk!/lib/arm64-v8a,...

Needs: Triage :mag:

## Summary fixes https://github.com/facebook/react-native/issues/30375 https://github.com/facebook/react-native/issues/30375#issuecomment-1369842920 Aligns the content of the TextView vertically using the Android gravity property, which applies an effect similar to CSS flexbox (more [info](https://github.com/facebook/react-native/issues/30375#issuecomment-1369842920)).
 https://developer.android.com/reference/android/view/Gravity#TOP >Gravity Top...

CLA Signed