Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): remove axios for ky #418

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading