Skip to content

davidbermudez-tsl/baseapp-reactnative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech

BaseApp React Native has included most of the boilerplate to start an app right out of the box. SOme of the packages installed are:

  • React Native
  • NativeBase - Great component UI boilerplate highly themeable/customizable
  • TypeScript
  • React Query
  • Redux - To handle client global state
  • Formik
  • Axios

▶️ Setup

  • If this is your first time setting up a Bare React Native Project, you might need to setup your environment by following the instructions in the React Native Documentation.

IMPORTANT

This project does not use expo so make sure you are following the "React Native CLI" Steps.

▶️ Usage

It's important to start your application with the name it's gonna have, as this will be more difficult to change once the application is deployed.

npx react-native init MyApp --template git@bitbucket.org:silverlogic/baseapp-reactnative.git

Make sure to chage MyApp for your real App Name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published