diff --git a/documentation/docs/01-Getting Started.mdx b/documentation/docs/01-Getting Started.mdx index eca3c9ad..01a3c23b 100644 --- a/documentation/docs/01-Getting Started.mdx +++ b/documentation/docs/01-Getting Started.mdx @@ -45,7 +45,7 @@ As previously mentioned, this boilerplate is intentionally designed to be straig - [React Native MMKV](https://github.com/mrousavy/react-native-mmkv) (****): A highly efficient and compact mobile key-value storage solution. - [React Navigation](https://reactnavigation.org/) (****): Handles routing and navigation within the app, featuring a default splash screen setup. - [TanStack Query](https://tanstack.com/query/latest) (****): Facilitates data fetching. -- [Axios](https://axios-http.com/fr/docs/intro) (****): Used for making HTTP requests. +- [Ky](https://github.com/sindresorhus/ky) (****): Used for making HTTP requests. - [React i18next](https://github.com/i18next/react-i18next) (****): Manages internationalization within your app. :::info Just for you