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 15, 2023
1 parent 156865d commit 0e61f3b
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This starter is a collection of libraries and approaches needed for fast start and productive maintainance of Expo (React Native) App.

> <i>Expo Starter</i> is a part of [starters.dev](https://github.com/starters-dev) collection.
## Getting Started

#### Quick start with [cli-rn](https://github.com/kanzitelli/cli-rn)
Expand Down Expand Up @@ -97,12 +99,6 @@ export const navio = Navio.build({
title: 'Playground',
}),
},
ProductPage: {
component: Example,
options: {
headerShown: false,
},
},
},
stacks: {
MainStack: ['Main', 'Example'],
Expand All @@ -114,13 +110,6 @@ export const navio = Navio.build({
},
},
},
ProductPageStack: {
screens: ['ProductPage'],
containerOptions: {
headerShown: true,
title: 'Product page',
},
},
},
tabs: {
AppTabs: {
Expand Down Expand Up @@ -225,6 +214,8 @@ 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 0e61f3b

Please sign in to comment.