Follow the React Native CLI environment setup
- for
Debian/Redhat
based distros.
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- for
ArchLinux
distros.
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
git clone [email protected]:akmalahmed525/CovidDataSL.git
- Follow this link to install the nvm
- Install the
yarn
package manager
cd CovidDataSL && yarn
cp .env.example .env
yarn start
yarn android
Note: The command install the development version of the app in the connected device.