1.0.4 • Published 10 months ago

rntstarter v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

My Custom React Native Template

React Native Template For Starting A Project

Features

  • React + Typescript
  • React Native ( > 0.60 ) + Typescript
  • React navigation 6
  • Redux + Typescript, Redux Persist, Redux Thunk, Redux Hooks
  • Including Assets:
    1. Default Fonts: Montserrat-Regular
      • You can change font by download your Font and replace it in myApp/src/fonts/
      • You can use this Guide to help you
    2. Global Style
  • You can use react-native-rename to rename your App

Installation

You must have Node and Git installed on your OS

Init

npx react-native init SomeApp --template rntstarter

Launch

ios: npm run ios
android: npm run android
1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago