0.0.2 • Published 1 year ago

rn-base-typescript v0.0.2

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

rn-base-project-typescript

This project is a template for React Native that can be used to build mobile application.

Quick Start

  • Init project
npx react-native init ProjectName --template rn-base-project-ts

iOS config

Android config

Libraries used:

    - @react-native-async-storage/async-storage
    - @react-navigation/bottom-tabs
    - @react-navigation/native
    - @react-navigation/native-stack
    - react-native-code-push
    - react-native-fast-image
    - react-native-gesture-handler
    - react-native-progress
    - react-native-reanimated
    - react-native-safe-area-context
    - react-native-screens
    - react-redux
    - redux-saga
    - i18n-js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License