Not able to install @zoom/react-native-videosdk@1.7.5

npm i @zoom/react-native-videosdk@1.7.5
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @zoom/react-native-videosdk@1.7.5.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn’t exist.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/lokesh/.npm/_logs/2023-09-01T08_06_29_403Z-debug.log

But i see in the release Notes the

And the react-native-videosdk latest version npm says 1.6.2 , which is not supported for react-native 0.72

I’m also tracking why we’re unable to update react native version to the latest. I have a post in the upgrading SDK section of the forums.

is anyone looking at this issue ?

I’m not sure why the NPM module has not been updated - it is available in your Video SDK development page - App Marketplace

You will also need to update to v1.7.5 for Android and iOS, which are located in the same place.

I will look into getting the NPM package updated as well. Thanks!

Yes i am trying to install via npm package, i am not able to do it. if there is other way i can integrate 1.7.5 version can you let me know

Sure thing - you can follow the instructions provided here to integrate into your project - Video SDK - React Native - Get started

If you run into any issues, let me know, and I will try to help you through it at that stage, if possible.

It would be improved greatly if it could just be handled via npm, manually moving code into modules folders is a very clunky when you could just publish it to npm where all the other version exist.

Extra credit request:
Having an expo plugin (i’ve requested this before) that handles the installation of the sdks in the native projects instead of having to handle that manually would be amazing.

1 Like

I agree with you and will look into what it will take to help with this difficulty. I appreciate the feedback as well.