mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-15 01:48:01 -05:00
This includes `engine.io-client@4.0.3`, which fixes two issues with React Native. See also: -177b95fe46-ccb99e3718[skip ci]
21 lines
428 B
Markdown
21 lines
428 B
Markdown
|
|
# Example with [React Native](https://reactnative.dev/)
|
|
|
|

|
|
|
|
This example shows a basic example based on [Expo](https://expo.io/).
|
|
|
|

|
|
|
|
## 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:
|
|
|
|

|