react-native-socketio
react-native-socketio copied to clipboard
Getting error in installation
In android/setting.gradle
... include ':SocketIo' project(':SocketIo').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-socketio/android') In android/app/build.gradle
... dependencies { ... compile project(':SocketIo') }
After that getting below error
same error ^^
any solution
???????
Any solution available now?