Skip to content

Commit d331618

Browse files
authored
Update 01-Getting Started.mdx (#405)
fix documentation link error
1 parent e810e12 commit d331618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/01-Getting Started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you find value in this boilerplate, consider giving us a star. It would brigh
3232
| [`Data fetching`](/docs/data-fetching)| Leveraging [TanStackQuery](https://react-query.tanstack.com/), data fetching has never been this effortless. |
3333
| [`Internationalization`](/docs/internationalization) | Our application is fully prepared for multilingual support, all thanks to [React i18next](https://react.i18next.com/). |
3434
| [`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. |
3636
| [`Environment`](/docs/environment) | The app comes pre-installed with all the necessary tools for handling simple environment variables |
3737
| [`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). |
3838

0 commit comments

Comments
 (0)