Ananthu
Ananthu
On android a simple `fullscreenchange` event listener on document detects fullscreen. wkwebview on ios does not play by the rules here ☹️ It seems like `webkitfullscreenchange` event does not fire...
Our app has a custom deeplink scheme (eg: `myapp://article`) Manifest looks like this - ``` ``` Branch gives a callback when this deeplink is triggered. But it also triggers again...
is there any possibility to hide the 'UsePin/UsePattern' form the prompt in android _Originally posted by @ndileep-dev in https://github.com/smallcase/react-native-simple-biometrics/issues/3#issuecomment-871886727_
- uri and withMethod stories were not visible. fixed this with full heigh style - make post message more clear by passing data from within the web-webview
Hi, I've been trying to get better support for RNWeb for [react-native-youtube-iframe](https://github.com/LonelyCpp/react-native-youtube-iframe) A major drawback is the lack of `injectJavaScript` method. I will try to raise an MR to add...
## missing types types for these exported constants are missing in `index.d.ts` ``` FCM: CleverTapReact.FCM, XPS: CleverTapReact.XPS, BPS: CleverTapReact.BPS, HPS: CleverTapReact.HPS, ``` ## incorrect types both `profileGetCleverTapAttributionIdentifier` and `profileGetCleverTapID` have...
Currently we need to set these IDs in android and ios native domains individually. It will be very helpful for RN users if this were possible to do through javascript....
### Description - use react native - see that you need to add `'com.facebook.fresco:animated-gif:2.0.0'` to support gifs - update version to `2.4.0` since this is the latest - works perfectly...
## Current behaviour The android script only reads the auth token from `sentry.properties` However this file is usually checked into git, making the auth key vulnerable. https://github.com/getsentry/sentry-react-native/blob/7335e6ef8c0eb8aea2418e15feb770818bc4e587/sentry.gradle#L186 Error logs :...