Sakshya Arora
Sakshya Arora
If you need orientation support, you can use `react-native-zoom-viewer` like this. ``` null} onSwipeDown={() => setIsVisible(false)} maxOverflow={0} renderHeader={() => ( setIsVisible(false)} > )} enableSwipeDown={true} imageUrls={[ { url: imageUrl, props: {...
purchaseUpdatedListener is being fired multiple times on opening the app and is not being fired when the actual purchase is being made.
I was getting the same issue and I don't know exactly if this is the right way but I resolved it by merging both the functions. ``` // Universal Links...
Hi @radh82, I was also trying this and was facing the same issue. The solution for this is that `config` is an object, not an array. **FIX** ``` let config...
I am also experiencing this issue when initiating calls from within the app on ios. The calls are being placed but they run in the background, and the caller's name...
Could you please look into this PR? @skb1129
I am facing the same issue. This popup is visible when the user is logging out. And no matter whether the user clicks cancel or continue. The user will be...