Files
socket.io/examples/expo-example/socket.js
2024-04-05 19:19:39 +02:00

4 lines
132 B
JavaScript

import { io } from 'socket.io-client';
export const socket = io('http://192.168.0.10:3000'); // use the IP address of your machine