All Projects → kadikraman → react-native-template

kadikraman / react-native-template

Licence: other
A template for a new React Native project

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects

React Native Template

To initialise a new React Native project using this template, run:

npx react-native init MyApp --template https://github.com/kadikraman/react-native-template.git

Why?

I wanted a custom template for starting a new React Native project since I kept doing the same steps (folder layout, styles, types, navigation) over and over again for new project so I decided to condense these into a project template.

Probably most notably, this template comes with a basic bottom + stack + modal navigation setup using React Navigation v6.

navigation

What's included

Building on top of the default React Native TypeScript template, with some modifications.

Notable modifications:

  • basic navigation:
    • 2 bottom tabs
    • one full screen modal
    • one stack navigator
  • TypeScript module alias to ~src
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].