Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Archimondee/react-native-template

Repository files navigation

React Native Template

Quick start

Generate a new React Native(v0.71.12) app using the https://github.com/archimondee/react-native-template:

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

You might also be prompted to confirm the installation for the packages react-native and husky. Simply hit enter to proceed.

The template will automatically install the npm dependencies and the pods (if you are on the MacOS).

Features

Roadmap

  • Add i18n to support multilingual
  • Add dark mode

Known issue

  • If you get error when you run ios in this terminal, try to run in vscode terminal.