An open API service indexing awesome lists of open source software.

https://github.com/rifandani/native-template

Bare react native typescript template
https://github.com/rifandani/native-template

async-storage jest react-native react-native-testing-library react-navigation react-query redux redux-persist typescript

Last synced: 2 months ago
JSON representation

Bare react native typescript template

Awesome Lists containing this project

README

        





React Native Template




Commitizen friendly

---

## Libraries 👜

| Service | Description |
| :---------------------------------------------------------------------------------------: | :--------------------------: |
| [typescript](https://typescriptlang.org/) | Typed Javascript |
| [eslint](https://eslint.org/) | Javascript Linter |
| [prettier](https://prettier.io/) | Code Formatter |
| [husky](https://typicode.github.io/husky/) | Git Hooks |
| [redux-toolkit](https://redux-toolkit.js.org/) | Client state management |
| [redux-persist](https://github.com/rt2zz/redux-persist/) | Persisting redux state |
| [async-storage](https://react-native-async-storage.github.io/async-storage/) | React native data storage |
| [react-query](https://react-query.tanstack.com/) | Server state manageent |
| [jest](https://jestjs.io) | Test runners |
| [react-native-testing-library](https://callstack.github.io/react-native-testing-library/) | React native testing library |

## Usage 🏀

Untuk menjalankan project ini di local, ikuti langkah berikut:

1. Clone repo ini
2. Jalankan `yarn install` atau `npm install`
3. Jalankan `yarn start` untuk menjalankan expo metro bundler

## Change Log 📜

Digunakan untuk tracking major update dan breaking changes terhadap project.

Silahkan baca [CHANGELOG.md](https://github.com/rifandani/rn-template/blob/master/CHANGELOG.md) untuk mengetahui lebih detailnya.