gcrabtree / react-native-socketio

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

Can't find variable: SocketIO #33

Open michaeltomasik opened 7 years ago

michaeltomasik commented 7 years ago

I did everything as in instruction and gettin' Can't find variable: SocketIO "react": "15.4.1", "react-native": "0.39.2",

CDzhou commented 7 years ago

i have same issue

augisticz commented 7 years ago

https://www.npmjs.com/package/react-native-socketio#android

hrushilok commented 7 years ago

I have same issue.

hrushilok commented 7 years ago

@augisticz Yes , I've followed those instructions.

Mkalonda commented 7 years ago

I have the same issue @augisticz i have follow the instructions too

fotoflo commented 6 years ago

i think we have to do something like this?

import SocketIO from 'react-native-socketio';

But then i get something like this

image