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

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

Expo typescript template
https://github.com/rifandani/expo-template

async-storage eslint expo husky lint-staged prettier react-native react-navigation react-query redux-persist redux-toolkit

Last synced: 7 months ago
JSON representation

Expo typescript template

Awesome Lists containing this project

README

          





Expo Template




Commitizen friendly

---

## Libraries 👜

| Service | Description |
| :--------------------------------------------------------------------------: | :-----------------------: |
| [expo](https://expo.io/) | React Native Framework |
| [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/) | Redux toolset |
| [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 |

## Usage 🏀

[![try now](https://img.shields.io/badge/EXPO-TRY%20NOW-4630EB.svg?style=for-the-badge&logo=EXPO&labelColor=000&logoColor=FFF)](https://expo.io/@rifandani/expo-typescript-template)

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/expo-template/blob/main/CHANGELOG.md) untuk mengetahui lebih detailnya.