mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
This includes `engine.io-client@4.0.3`, which fixes two issues with React Native. See also: -177b95fe46-ccb99e3718[skip ci]
428 B
428 B
Example with React Native
This example shows a basic example based on Expo.
How to use
$ npm ci
$ npm start # run expo
$ node server.js # run the server
You will probably need to update the IP address of your server in the App.js file:


