Skip to content

Sample React native based android app for web sockets client usage demo

Notifications You must be signed in to change notification settings

bakkiraju/sampleRNWSProj

Repository files navigation

sampleRNWSProj

Sample React native based android app for web sockets client usage demo

To run : clone the repo to your computer

Open a shell/terminal

cd sampleRNWSProj

npm install

To run on a android virtual device (AVD) simulator, star the simulator and then

react-native run-android

To run on real android device

adb connect

react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && react-native run-android

About

Sample React native based android app for web sockets client usage demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published