Closed salmenlinna closed 8 years ago
error: package com.github.gcrabtree.rctsocketio does not exist import com.github.gcrabtree.rctsocketio.SocketIoPackage;
The correct location of the package (in MainActivity.java) is: import com.gcrabtree.rctsocketio.SocketIoPackage;
+1
Thanks for pointing that out.
error: package com.github.gcrabtree.rctsocketio does not exist import com.github.gcrabtree.rctsocketio.SocketIoPackage;
The correct location of the package (in MainActivity.java) is: import com.gcrabtree.rctsocketio.SocketIoPackage;