mieszko4 / react-native-zoom-us

MIT License
122 stars 116 forks source link

RNZoomUs not in Native Modules #10

Closed dcoellarb closed 3 years ago

dcoellarb commented 4 years ago

Hi my aplication in on React native 0.61.2, i follow the instructions but the the RNZoomUs not being add to Native Modules, import ZoomUs from 'react-native-zoom-us'; returns null, i believe it might have something to do with new automatic linking of react native > .60, i did run react-native link react-native-zoom-us but same result

Thanks in advance for any help on this

mieszko4 commented 4 years ago

I would need to take a close look on that, maybe over the weekend. I also believe that the problem is with automatic linking in rn > 0.60

KawaljeetSBagga commented 4 years ago

Any update?

gHashTag commented 4 years ago

Please update the library. This is a very current library at the moment.

amdrade commented 4 years ago

This error occurs because rn> 0.59 uses autolink for libraries with CocoaPods and the files are in a different location in the project. I resolved it as follows:

Some of the extra steps still need to be done as well, the ones that are needed.

mieszko4 commented 3 years ago

I will close that for now. Please check with version 5 of the package (it is breaking changes though). If issue will appear again feel free to reopen it.

sumeetHalder commented 2 years ago

Using RN version:.0.62 and react-native-zoom-us:5.9.0.., still facing the issue "RNZoomUs Native Modules is not linked".., any update on this, please update if their is any plan for this fix

mieszko4 commented 2 years ago

This is a very old thread. Please check if you can build with example app https://github.com/mieszko4/react-native-zoom-us-test

Abhinav1762 commented 1 year ago

Using RN version:.0.68.2 and react-native-zoom-us:6.15.0.., still facing the issue "RNZoomUs Native Modules is not linked".., any update on this, please update if their is any plan for this fix

mieszko4 commented 1 year ago

Please try with newest 6.16.5.

AdityaChaudhary1 commented 1 year ago

Please try with newest 6.16.5. still facing same issue

mieszko4 commented 10 months ago

Looks like upgrading Zoom SDK for Android may help -> https://github.com/mieszko4/react-native-zoom-us/issues/280.