Niraj Niroula

Results 6 comments of Niraj Niroula

> > > I fixed it using this version > `"react-native-image-view": "^2.1.1",` Didn't work for me.

Any solutions found for this problem? Zoom feature is not working well. Works well when I zoom in and out without removing my fingers. Trying to zoom in and removing...

Sure, I can add a second example in a separate file, like the current one, and point to it from the README. But regarding `react-native-snackbar` usages, I just wanted to...

With snack bar, the update flow somewhat becomes like this: 1. a dialog appears saying "*Xyz recommends that you update to the latest version. You can keep using this app...

It won't reach up to `startUpdate` for the second time. ```javascript useEffect(() => { inAppUpdates.addStatusUpdateListener(status => onStatusUpdate(status)); }, []); ... ... inAppUpdates .checkNeedsUpdate() .then(result => { if (result.shouldUpdate) { let...

Since this PR was only about adding an example (to achieve a better UX) in README, I think it would be better if @jbaudanza, you could open a separate PR...