gcrabtree/react-native-socketio

Getting error in installation

ThakkarKhushbu opened this issue · 4 comments

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

same error ^^

any solution

???????

Any solution available now?