Skip to content

A react native boilerplate currently under development. Feature of the boilerplate currently includes slice and component generation as well as Splash Screen logo and App Icon setters.

License

Notifications You must be signed in to change notification settings

abdulhamidOumer/react-native-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Typescript Boilerplate

📖 GitBook

Disclaimer: Current version of the template might not be too optimal for production builds.

This is a react native boileplate that is currently underd development. Some of the tools used include

  • Redux with Redux Saga
  • Redux Toolkit
  • React Native Splash Screen
  • React Native Navigation
  • Custom Generator And Setter Scripts

Current features

  • To test out the template with your own app use the command

    npx react-native init myapp --template https://github.com/abdulhamidOumer/react-native-typescript-boilerplate.git
    
  • Setting both Android and IOS app icons just by providing a single image by using the prebuilt command line interface. Platform specific Image dimensions are handled by default in the boileplate.

    yarn set
    
  • Generating Components and Slices(Reducers, actions & Saga) by using the command line interface.

    yarn generate
    

Commands to try till stable version

  • To set ios & android icons as well as change Splashscreen image use yarn set or npm run set. Asset images live in src/assets/images
  • To generate slices or components use yarn generate or npm run generate.

Inspirations

About

A react native boilerplate currently under development. Feature of the boilerplate currently includes slice and component generation as well as Splash Screen logo and App Icon setters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published