diff --git a/openvidu-react-native/package.json b/openvidu-react-native/package.json index bb476907..4002ef77 100644 --- a/openvidu-react-native/package.json +++ b/openvidu-react-native/package.json @@ -7,13 +7,14 @@ "start:cache": "npm start -- --reset-cache", "android": "react-native run-android", "ios": "react-native run-ios", - "reset-cache": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && npm install", + "clean": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && rm package-lock.json", + "install": "npm i openvidu-react-native-adapter-*.tgz && npm install", "test": "jest" }, "dependencies": { "axios": "0.19.2", "events": "3.2.0", - "openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.15.2.tgz", + "openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.16.1.tgz", "react": "16.13.1", "react-native": "0.62.2" },