react-native
react-native copied to clipboard
A framework for building native applications using React
## 🐛 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...
### 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...
### 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...
## Summary Fixes an error in the `reactConsoleErrorHandler` comment ## Changelog [GENERAL] [FIXED] - Fixed a typo in the `reactConsoleErrorHandler` comment ## Test Plan No tests needed
### 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`...
### 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...
### 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...
## Summary ## Changelog ## Test Plan
### 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,...
## 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...