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 