Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli authored Nov 21, 2021
1 parent 6b4868d commit 3c6d28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn add rnn-screens
```tsx
import {generateRNNScreens, Root, Stack, Component, BottomTabs} from 'rnn-screens';

export const screens = generateRNNScreens<'Main' | 'Settings'>({
export const screens = generateRNNScreens({
Main: {
component: Main,
options: {
Expand Down Expand Up @@ -85,4 +85,4 @@ Thanks to the team @ Wix behind [React Native Navigation](https://github.com/wix

## License

This project is [MIT licensed](https://github.com/kanzitelli/rnn-screens/blob/master/LICENSE.md)
This project is [MIT licensed](https://github.com/kanzitelli/rnn-screens/blob/master/LICENSE.md)

0 comments on commit 3c6d28c

Please sign in to comment.