Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Mar 16, 2023
1 parent 0e61f3b commit 7dcdb6a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This starter is a collection of libraries and approaches needed for fast start a

> <i>Expo Starter</i> is a part of [starters.dev](https://github.com/starters-dev) collection.
> If `Expo Starter` helped you in any way, don't hesitate to 猸愶笍 the repo!
## Getting Started

#### Quick start with [cli-rn](https://github.com/kanzitelli/cli-rn)
Expand Down Expand Up @@ -176,9 +178,13 @@ export const Screen = () => {
};
```

#### Dark mode support
#### App flows

You can find different app flows, such as Auth flow, simple 2 screens, 3 tabs, etc., in the [navio.tsx](https://github.com/kanzitelli/expo-starter/blob/master/src/navio.tsx).

You can define modes in `utils/designSystem.tsx`.
#### Dark mode

You can define modes in [designSystem.tsx](https://github.com/kanzitelli/expo-starter/blob/master/src/utils/designSystem.tsx).

#### Samples for new screens, services, stores and components.

Expand Down Expand Up @@ -214,8 +220,6 @@ Feel free to open an issue for suggestions.

...do we need yet another starter/boilerplate? Well, I work with React Native for more than 4 years and during the time I started having my own project structure which was a good fit for almost all of the delivered apps. Also, I have come up with some custom [useful services/methods](#useful-servicesmethods) which simplify usage of [React Navigation](https://github.com/react-navigation/react-navigation) and other libraries. Check out [Advantages](#advantages) section.

> If `Expo Starter` helped you in any way, don't hesitate to 猸愶笍 the repo!
## License

This project is [MIT licensed](/LICENSE.md)

0 comments on commit 7dcdb6a

Please sign in to comment.