Skip to content

Commit

Permalink
fix(docs): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Oct 31, 2022
1 parent 35fb3c4 commit 958813b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- 💫 Auth flow with [zustand](https://github.com/pmndrs/zustand) and [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) as a storage to save sensitive data.
- 🛠 A simple workflow to build, release and distribute your application using [Github action](https://github.com/features/actions)
- 🔥 [React Query](https://react-query.tanstack.com/) & [axios](https://github.com/axios/axios) to fetch Data
- 🧵 A good approach with example to handle forms based on [react-hook-form](https://react-hook-form.com/) and [yup](https://github.com/jquense/yup) for validation
- 🧵 A good approach with example to handle forms based on [react-hook-form](https://react-hook-form.com/) and [zod](https://github.com/colinhacks/zod) for validation
- 🎯 Localization with [i18next](https://www.i18next.com/) + validation using Eslint.

### 🎤 Philosophy
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We built this starter with the following principles in mind:
- 💫 Auth flow with [zustand](https://github.com/pmndrs/zustand) and [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) as a storage to save sensitive data.
- 🛠 A simple workflow to build, release and distribute your application using [Github action](https://github.com/features/actions)
- 🔥 [React Query](https://react-query.tanstack.com/) & [axios](https://github.com/axios/axios) to fetch Data
- 🧵 A good approach with example to handle forms based on [react-hook-form](https://react-hook-form.com/) and [yup](https://github.com/jquense/yup) for validation
- 🧵 A good approach with example to handle forms based on [react-hook-form](https://react-hook-form.com/) and [zod](https://github.com/colinhacks/zod) for validation
- 🎯 Localization with [i18next](https://www.i18next.com/) + validation using Eslint.

## 😉 Why Expo?
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/ui-and-theme/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Select from "!!raw-loader!../../../template/src/ui/core/select/select";

# Components

The starter comes with a set of basic component and a simple design system based on Nativewind to help you get started and save you time.
The starter comes with a set of basic components and a simple design system based on Nativewind to help you get started and save you time.

All those components can be found in the `src/ui/core` folder. Most of them are just wrappers around the React Native core components with `styled` function from Nativewind to make them ready for Tailwind CSS class Names.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/ui-and-theme/font.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Card from "!!raw-loader!../../../template/src/screens/feed/card";

# Fonts

With Expo you can load fonts dynamically using the `expo-font` library. With this approach you need to wait the font to load before showing your screen or hid the splash screen.
With Expo you can load fonts dynamically using the `expo-font` library. With this approach you need to wait the font to load before showing your or hiding your splash screen.
In the starter we are using are using [@bacons/link-assets](https://www.npmjs.com/package/@bacons/link-assets) to link our custom fonts in the build phase.

To add a custom font you only need to put the font file in the `assets/fonts` and update the expo config by adding the exact file path to `@bacons/link-assets` config like the following:
Expand Down

0 comments on commit 958813b

Please sign in to comment.