gcrabtree/react-native-socketio

Android installation issue

Closed this issue · 2 comments

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.