Skip to content

Commit

Permalink
Update 01-Getting Started.mdx (#405)
Browse files Browse the repository at this point in the history
fix documentation link error
  • Loading branch information
savageKarl authored Feb 19, 2024
1 parent e810e12 commit d331618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/01-Getting Started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you find value in this boilerplate, consider giving us a star. It would brigh
| [`Data fetching`](/docs/data-fetching)| Leveraging [TanStackQuery](https://react-query.tanstack.com/), data fetching has never been this effortless. |
| [`Internationalization`](/docs/internationalization) | Our application is fully prepared for multilingual support, all thanks to [React i18next](https://react.i18next.com/). |
| [`Multi theming`](/docs/theming/how-to-use) | Without any extra dependencies, we offer an easy-to-use and maintainable theme configuration |
| [`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. |
| [`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. |
| [`Environment`](/docs/environment) | The app comes pre-installed with all the necessary tools for handling simple environment variables |
| [`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). |

Expand Down

0 comments on commit d331618

Please sign in to comment.