/app-base-template

App React Native Base Template

Primary LanguageJava

How to use ?

npx react-native init <projectName> --template https://github.com/swiftpipe/app-base-template.git

Library use in app

Code Structure

  • src
    • screens
      • HomeScreen
      • v.v...
    • components
      • AppBar
      • ImageView
      • v.v...
    • navigation
      • index.js this root navigation
    • assets
      • images
      • icons
      • v.v...