gcrabtree / react-native-socketio

Not Maintained! A React Native wrapper for both the Swift and Java Socket.Io clients.
MIT License
152 stars 53 forks source link

Android installation issue #6

Closed salmenlinna closed 8 years ago

salmenlinna commented 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;

BigPun86 commented 8 years ago

+1

gcrabtree commented 8 years ago

Thanks for pointing that out.