Khushbu Thakkar

Results 1 issues of Khushbu Thakkar

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 ![Isssue](https://user-images.githubusercontent.com/30835218/55064042-4c33dc00-509f-11e9-9299-d12e14cb47f8.PNG)