🇵🇸 We stand with Palestine.
🥤Just another boring bare React Native template.
What makes this difference with other starter out there? It's name.
- Latest version of React Native(v0.73) and Expo(v50 Canary)
- JavaScript? Nah, TypeScript ftw! 😏
- Simple project structure 🏛
- Carefully picked libraries 👍🏼
- Some basic UI components that frequently used by our internal teams 🤏
- Built-in navigation-stack system using React Navigation 🧭
- Pretty good custom keyboard-handling component using Keyboard Controller 📜
- Built-in (local and push) notification service using Firebase Cloud Messaging and Notifee ⛅️
- Using RTK (Redux Toolkit) as a state manager, along with RTKQuery makes it much more simple & elegant when it comes to data-fetching, caching, etc 🧵
- Support persisting Redux data using Redux Persist, and combined with MMKV storage makes it even more powerful 🔥
- Git hooks with Husky 🐶, and Lint-staged to run linter on your Git staged files
- Absolute imports, obviously 😒
- Yes, Internationalization, already provided using i18n-js. Though the default selected language is Indonesian 🌏
- ESLint & Prettier, just so your code can become prettier 💅
- Out of the box environment-variables and multiple-app-variants support ⚙️
- Just go get started and you will see a lot, bcs a bit hard to explain here tho.
You can read the full docs here.