npm install
npm run build
npx cap sync
Running web app locally
npm run dev
Running iOS app locally
npx cap run ios
Running Android app locally
npx cap run android
- Empty states when there's no payslips available
- Loading states while generating data
- Router 404 error page
- Unit tests for generating mock data
- Build issue on iOS
Cannot code sign because the target does not have an Info.plist file and one is not being generated automatically.
Fixed by: Pods -> Build Settings -> Packaging -> Generate Info.plist File = Yes