Skip to content

Nox-Infinity-Apps/expo-app-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expo App

1. Requirement

  • NodeJS 20+
  • Typescript 4.x
  • Expo v50+
  • Não

2. Installation

Cài đặt package:

yarn install

Chạy app

yarn run android
yarn run ios

Project structure:

|- 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

About

Base app React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • JavaScript 0.8%