Gustavo Gard
Gustavo Gard
@danielmahon Thanks, save my day!
@simonbuerger nice approach add this rules to `.eslintrc.js` ``` "import/extensions": [2, "never"], "import/no-unresolved": [2, { ignore: ['@'] }], "import/no-extraneous-dependencies": ["error", {"packageDir": './'}] ``` BTW: @guzart thanks for the plugin, is...
Using this version works for me. ``` "dependencies": { "react": "15.2.0", "react-native": "0.29.0", "react-native-webrtc": "0.13.0", "socket.io-client": "1.3.7" } ```
Please, share the react native version you are using
I didn't have time to test it yet but React Native stopped supporting the internal API I was calling, I will create a new release soon with the fix for...
With `expo` you should use https://www.npmjs.com/package/redux-devtools-expo-dev-plugin and https://reactnative.dev/docs/react-native-devtools, not need to use https://www.npmjs.com/package/react-native-devsettings