We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11ffd1 commit f7c95abCopy full SHA for f7c95ab
README.md
@@ -26,7 +26,7 @@ A bare React Native starter for serious apps — no Expo, fast storage, modern s
26
- **⚡ MMKV Storage 4.3** — `react-native-mmkv` via Nitro Modules, commonly described as up to **30× faster than AsyncStorage**
27
- **📡 Offline-ready** — query persistence, queue/replay, cache restore, and transport-level offline mode for a solid experience on flaky networks
28
- **🔌 Pluggable transport** — adapters for REST, GraphQL, WebSocket, and Firebase, so you can change backend strategy without rewiring the app
29
-- **🎨 Theming** — light/dark mode with semantic tokens
+- **🎨 Theming** — light/dark mode with semantic tokens, ```ThemeProvider``` and ```useTheme()``` hook.
30
- **🌍 i18next 25.x** — typed translations with a typed `useT()` hook
31
- **🖼️ SVG via script** — `react-native-svg 15.x` with scripted icon generation ```npm run gen:icons```
32
- **🚀 BootSplash 6.x** — Shows a splash screen, put your icon into assets/logo.png and execute ```npm run bootsplash:generate```.
0 commit comments