We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to run npm install in this repo or npm install --save @livekit/react-native-expo-plugin fails because the npm package is not found.
npm install
npm install --save @livekit/react-native-expo-plugin
I then tried to install from Github: npm install --save https://github.com/livekit/client-sdk-react-native-expo-plugin.git The error:
npm install --save https://github.com/livekit/client-sdk-react-native-expo-plugin.git
The text was updated successfully, but these errors were encountered:
i worked for me using expo cli
expo
npx expo install @livekit/react-native @livekit/react-native-expo-plugin
follow the instructions here https://github.com/livekit/client-sdk-react-native-expo-plugin
Sorry, something went wrong.
No branches or pull requests
Attempting to run
npm install
in this repo ornpm install --save @livekit/react-native-expo-plugin
fails because the npm package is not found.v18.19.0
npm -version
10.2.3
I then tried to install from Github:
npm install --save https://github.com/livekit/client-sdk-react-native-expo-plugin.git
The error:
The text was updated successfully, but these errors were encountered: