Ryandhika Rukmana

Results 8 comments of Ryandhika Rukmana

> > # Workarounds > ## Patch it in the javascript > ```js > branch.subscribe({ > onOpenComplete: (res) => { > const {params, error} = res; > if (error) {...

By the way, in my case, I use `branch.openURL` in push notification and this happens when the app is in the background. When I clicked push notification, I cannot navigate...

> I had the same problem on Android. Solved uninstalling the app and reinstalling it. This is works for me. But is it safe for production update? I mean when...

> Actually I think it's possible. According to the docs, if `shouldReverse` is true, then the function `onReverse` is called. `onReverse` returns and `x` and `y` position > > So...

Hi, I'm using React Native 0.59.10 I think the problem here is on MainAplication.java When we do react-native link, somehow it only write `import fr.greweb.reactnativeviewshot.RNViewShotPackage;` But one more thing to...