Skip to content

hithaprani/react-native-template-genericApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-template-genericApp

Usage

npx react-native init MyTestApp --template @hithaprani/react-native-template-genericapp

will generate a new reac-native project whith following things

  • folder structure
  • Most used packages like net-info, device-info, asyncstorage
  • navigation(with 3 pages)
    • landing, login, Home(includes drawer)
  • generalised from inputs
    • see *src/UI/common/Input* for more details
  • AppConfig in *src/Providers* can manage following in app based on user Input
    • change language, theme(images can also be changed based on theme)
  • Font famiy can be configured with ease
    • copy font files to *assets/fonts* folder and run npx react-native link (or) yarn react-native link
  • Button and Header can have a gradient/solid background found in *src\UI\common* folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published