An expense tracker built with React-Native,has the functionality to store,modify and delete records. Also uses AsyncStorage to store and retrieve Data locally!
XRecorder_02112022_021839.mp4
1)Install Android Studio using this
2)Run
react-native init <YourProjectName>
cd <YourProjectName>
3)Then delete the package-lock.json or yarn.lock file
4)Clone this repo using git
5)Replace App.js and package.json with the cloned ones,and copy remaining clone files to your project dir
6)run
yarn add
or
npm install
to add new packages
7)Connect and then run the RN app using AVD or Physical device,follow this guide