0.0.2 • Published 1 year ago

@swizm/react-native-template v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React Native Template

A minimal template with needed configurations.

  1. Add prettier and eslint configuration
  2. Add husky and lint-staged which I used every day
  3. Add wonderful open source dependencies, such as
    • @react-navigation/native and @react-navigation/native-stack for navigating between screens.
    • react-native-safe-area-context
    • react-native-gesture-handler to handle user gesture
    • react-native-reanimated, this is an elegant animation libray in React Native
  4. Move Gemfile into iOS folder
  5. Update ruby version to 2.7.6 Offical Ruby version
  6. Buildin Typescript

Usage

Create a new project using this template.

npx react-native init Project --template @swi/react-native-template

Credits ❤️

This template is modified from react-native-typescript-template

Todo

  • Github Actions for automated publishing.