=========================================================================================
- Clone the repo
git clone <repo url> - cd into the dir
cd mobile - Install all the project dependencies
yarn insall
- NativeWind | TailwindCSS has been configured into the APMIS react-native project.
- You can choose to make use of either TailwindCSS | Stylesheet | Others
- Make use of the screens folder
/screensto make app screens - Make use of the components folder
/componentsto make app components
- For screens, components, ...REST, folders, Ensure to import & export files into
index.js
- Make use of the assets folder to add images + other required assets
==========================================================================================