Skip to content

Commit

Permalink
fix(doc): remove axios for ky (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Apr 10, 2024
1 parent da14675 commit 59baa89
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 @@ -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) (**<VersionReader name="react-native-mmkv"/>**): A highly efficient and compact mobile key-value storage solution.
- [React Navigation](https://reactnavigation.org/) (**<VersionReader name="@react-navigation/native"/>**): Handles routing and navigation within the app, featuring a default splash screen setup.
- [TanStack Query](https://tanstack.com/query/latest) (**<VersionReader name="@tanstack/react-query"/>**): Facilitates data fetching.
- [Axios](https://axios-http.com/fr/docs/intro) (**<VersionReader name="axios"/>**): Used for making HTTP requests.
- [Ky](https://github.com/sindresorhus/ky) (**<VersionReader name="ky"/>**): Used for making HTTP requests.
- [React i18next](https://github.com/i18next/react-i18next) (**<VersionReader name="react-i18next"/>**): Manages internationalization within your app.

:::info Just for you
Expand Down

0 comments on commit 59baa89

Please sign in to comment.