jonashofr / react-native-template

Generic template for Invertase React Native projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invertase - React Native Template

Quick start React Native template with the following:

  • TypeScript
  • Prettier / ESLint
  • @react-navigation
  • @react-native-firebase/app
  • react-native-paper
  • react-native-vector-icons
  • Basic theme hook

Usage

npx react-native init <name> --template @invertase/react-native-template

Add the google-services.json & GoogleService-Info.plist file from the Firebase Console.

# iOS
cd ios && pod install --repo-update

npx react-native run-android
# or
npx react-native run-ios

About

Generic template for Invertase React Native projects


Languages

Language:Objective-C 29.9%Language:Ruby 20.1%Language:TypeScript 19.8%Language:Java 18.8%Language:JavaScript 7.2%Language:Starlark 4.2%