Skip to content

sanwil9/react-native-starter

 
 

Repository files navigation

React Native Starter

📦 What's inside?

  • React Navigation v5 setup. Includes commonly used routes to bootstrap your app: Home, Profile, SignIn, About, Privacy, Terms.
  • Fully typed route setup. It can be tricky to setup TypeScript and React Navigation for bigger apps but the benefits are there when you get it working.
  • React Native Magnus for the Utility UI toolbox and theming.
  • A few components such as ListItem to support the scafolded app UI
  • My top go-to third party libraries: React Query for server state, Zustand for client state, Date-fns for dates

How to use:

    git clone https://github.com/jonasgroendahl/react-native-starter.git
    yarn && cd ios && pod install

Then open the app in Android Studio and/or XCode.

Notes

About

Template for new React Native projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • Java 19.8%
  • Objective-C 14.1%
  • JavaScript 2.5%
  • Ruby 2.2%
  • Starlark 1.8%