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
- Host: GitHub
- URL: https://github.com/rifandani/native-template
- Owner: rifandani
- Created: 2021-07-22T15:46:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T09:51:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T15:49:13.526Z (4 months ago)
- Topics: async-storage, jest, react-native, react-native-testing-library, react-navigation, react-query, redux, redux-persist, typescript
- Language: TypeScript
- Homepage:
- Size: 565 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
React Native Template
---
## 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.