You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/01-Getting Started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ If you find value in this boilerplate, consider giving us a star. It would brigh
32
32
|[`Data fetching`](/docs/data-fetching)️ | Leveraging [TanStackQuery](https://react-query.tanstack.com/), data fetching has never been this effortless. |
33
33
|[`Internationalization`](/docs/internationalization)| Our application is fully prepared for multilingual support, all thanks to [React i18next](https://react.i18next.com/). |
34
34
|[`Multi theming`](/docs/theming/how-to-use)| Without any extra dependencies, we offer an easy-to-use and maintainable theme configuration |
35
-
|[`Safe synchrone storage`](/docs/storage)| With [React Native MMKV](https://www.npmjs.com/package/@react-navigation/devtools), storing data becomes a breeze, and it can be done securely. |
35
+
|[`Safe synchrone storage`](/docs/storage)| With [React Native MMKV](https://github.com/mrousavy/react-native-mmkv), storing data becomes a breeze, and it can be done securely. |
36
36
|[`Environment`](/docs/environment)| The app comes pre-installed with all the necessary tools for handling simple environment variables |
37
37
|[`Debug`](/docs/debugging)| The app comes pre-installed with all the necessary tools for debugging, including [Flipper](https://fbflipper.com/) and [Navigation DevTools](https://www.npmjs.com/package/@react-navigation/devtools). |
0 commit comments