@react-native-school/react-native-template

1.2.0 • Public • Published

React Native School React Native Template

A simple React Native template with the following features:

  • Eslint & Prettier configured
  • React Navigation v6
  • Testing Configured
  • Simple project structure
  • Small component library to get started with

It's easy to create a project, strip out the few components included, and still have the architecture in place to quickly start building an app.

Installation

Be sure to have the React Native CLI installed.

npx react-native init AppName --template @react-native-school/react-native-template

Usage

  • Run on iOS: yarn ios or npm run ios
  • Run on Android: yarn android or npm run android
  • Run Tests: yarn test or npm run test
  • Lint Code: yarn lint or npm run lint
  • Format Code: yarn format or npm run format

Screenshots

List Screen List Screen

Text Screen Text Screen

Form Screen Form Screen

Button Screen Button Screen

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @react-native-school/react-native-template

      Weekly Downloads

      23

      Version

      1.2.0

      License

      MIT

      Unpacked Size

      223 MB

      Total Files

      23567

      Last publish

      Collaborators

      • spencercarli