- NodeJS 20+
- Typescript 4.x
- Expo v50+
- Não
yarn install
yarn run android
yarn run ios
|- common: app builder
|- config : add new screens, another app config
|- features
| - index.tsx : Screen
| - components : Screen's components
| - services : Screen's services
|- global : Global components, utils, .,,
| - theme : Theme constants
| - components : Global components
| - constants : Global constants
| - providers : App providers
| - base : App base
|- localization : Localization, lang config
|- redux : Redux config
|- assets : App assets
|- types : Types declare
|- app.ts : Expo app config
|- babel.config.js : Babel config
|- tsconfig.json
|- App.tsx : Root app component