This is android Chat appication , chat with friends
In android, download cap.apk and install via local installation
minimum Android 5.0 Lollipop (API level 21) and upto
requires Node.js v12.0.0+ to run. follow the instruction here to setup the development envirenment, follow the instruction here to setup the development device, Install the dependencies and devDependencies
> cd mini_prject
> npm installOpen your Terminal in mini_prject directory and run these commands. First Tab: for start Metro
> npx react-native startSecond Tab: Start your application
> npx react-native run-androidfollow the instruction to sign apk here For production release:
> npx react-native run-android --variant=release