|
9 | 9 | A bare React Native starter for serious apps — no Expo, fast storage, modern state management, and a production-minded foundation from day one. |
10 | 10 |
|
11 | 11 | ## ✨ Features Included |
12 | | - |
13 | | -- **🧱 Bare React Native** — full native control, no Expo lock-in |
14 | | -- **🧭 Navigation** — React Navigation with stacks, tabs, and modals already wired |
15 | | -- **📦 TanStack Query** — server-state, caching, retries, invalidation, and persistence |
16 | | -- **🪶 Zustand** — lightweight global state without Redux overhead |
17 | | -- **⚡ MMKV Storage** — `react-native-mmkv` via Nitro Modules, commonly described as up to **30× faster than AsyncStorage** |
| 12 | +- **🧱 Bare React Native 0.82.1** — full native control, no Expo lock-in |
| 13 | +- **🧭 React Navigation 7.x** — stacks, tabs, and modals already wired |
| 14 | +- **📦 TanStack Query 5.x** — server-state, caching, retries, invalidation, and persistence |
| 15 | +- **🪶 Zustand 5.x** — lightweight global state without Redux overhead |
| 16 | +- **⚡ MMKV Storage 4.3** — `react-native-mmkv` via Nitro Modules, commonly described as up to **30× faster than AsyncStorage** |
18 | 17 | - **📡 Offline-ready** — query persistence, queue/replay, cache restore, and transport-level offline mode for a solid experience on flaky networks |
19 | 18 | - **🔌 Pluggable transport** — adapters for REST, GraphQL, WebSocket, and Firebase, so you can change backend strategy without rewiring the app |
20 | 19 | - **🎨 Theming** — light/dark mode with semantic tokens |
21 | | -- **🌍 Localization** — `i18next` with typed translations and a typed `useT()` hook |
22 | | -- **🖼️ SVG via script** — easier icon generation and maintenance |
23 | | -- **🚀 BootSplash included** — native splash screen setup already in place |
24 | | -- **🧪 Developer experience** — Biome, Jest, GitHub Actions CI, and Maestro E2E |
| 20 | +- **🌍 i18next 25.x** — typed translations with a typed `useT()` hook |
| 21 | +- **🖼️ SVG via script** — `react-native-svg 15.x` with scripted icon generation |
| 22 | +- **🚀 BootSplash 6.x** — native splash screen setup already in place |
| 23 | +- **🧪 Developer experience** — Biome 2.x, Jest 29.x, GitHub Actions CI, and Maestro E2E |
25 | 24 |
|
26 | 25 | --- |
27 | 26 |
|
|
0 commit comments