React-Native To-Do App using Google Firebase Databse
You should have installed node.js. --> https://nodejs.org/en/download/
Download the source code OR clone the project by ruuning git clone https://github.com/smitthakkar1/ToDoList.git and run npm install
Once you run npm install, connnect your device to your computer and make sure you have enabled Developer Option in your device. you can check connected devices by running command adb devices. You can also run this in Android Virtual Device. For Android Vertual Device, you need to install Android Studio and create a Virtual Device.
To Run the app, you need to run the command react-native run-android or react-native run-ios according to the device.