Mainteny is a notes app, using offline storage to store user's notes You can access anytime, anywhere without internet connection
- Show your notes list
- Add your new notes
- Update your existing notes
- ✨Magic✨
Open the terminal inside the root folder Install the dependencies
yarn
Install the IOS native dependencies
yarn pod
run the bundler to watch any changes
yarn dev:mobile
Open the project in the xcode then install the app
yarn xcode
Open the terminal inside the root folder Install the dependencies
yarn
Run the bundler to watch any changes
yarn dev:mobile
Install the app
yarn dev:android