diff --git a/openvidu-react-native/App.js b/openvidu-react-native/App.js index 9557ea71..3cf42c46 100644 --- a/openvidu-react-native/App.js +++ b/openvidu-react-native/App.js @@ -101,7 +101,7 @@ export default class App extends Component { // --- 1) Get an OpenVidu object --- this.OV = new OpenVidu(); - this.OV.enableProdMode(); + // this.OV.enableProdMode(); // --- 2) Init a session --- diff --git a/openvidu-react-native/package.json b/openvidu-react-native/package.json index 8ac78c73..f1514634 100644 --- a/openvidu-react-native/package.json +++ b/openvidu-react-native/package.json @@ -7,7 +7,7 @@ "start:cache": "npm start -- --reset-cache", "android": "react-native run-android", "ios": "react-native run-ios", - "clean": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && rm package-lock.json", + "clean": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && rm -f package-lock.json", "install-ov": "npm i openvidu-react-native-adapter-*.tgz", "test": "jest" },