Skip to content

Commit 19e9430

Browse files
authored
Update README.md
1 parent 026590e commit 19e9430

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@
99
A bare React Native starter for serious apps — no Expo, fast storage, modern state management, and a production-minded foundation from day one.
1010

1111
## ✨ 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**
1817
- **📡 Offline-ready** — query persistence, queue/replay, cache restore, and transport-level offline mode for a solid experience on flaky networks
1918
- **🔌 Pluggable transport** — adapters for REST, GraphQL, WebSocket, and Firebase, so you can change backend strategy without rewiring the app
2019
- **🎨 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
2524

2625
---
2726

0 commit comments

Comments
 (0)