Gautham Vijayan

Results 29 comments of Gautham Vijayan

@sayem314 as new arch is enabled, it just said this module is not found.

This library has build issues for React Native 81.0. I had to revert back to older React Native version, to get the build working. @henninghall

May be, we should use new arch for this to work. I used old arch.

This issue went away with new arch enabled 81.0 project. I am keeping this issue open, so it will be useful for other devs.

Also would recommend to close the other 2 PRs if they are not going to be merged.

> I believe I found a temporary solution: loadComplete and onPageChanged seem to dispatch at the same time, and loadComplete ends up being ignored. A simple delay on loadComplete seems...