/rn-chat-app-example

React Nativ + Express JS + Socket.io

Primary LanguageJava

Example Chat App

Go to the directory where the file is located then install npm

React Native Run

cd ChatApp && npm install
react-native run-android
react-native run-ios

Server Run

cd sockerServer && npm install
node index.js