Skip to content

Commit

Permalink
new video added
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli authored Oct 20, 2022
1 parent 677c7f8 commit c2497f0
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 @@ -137,7 +137,7 @@ This starter is using [RN UI lib](https://github.com/wix/react-native-ui-lib) as

`DesignSystem` - a class where all settings for an app's design system is taking place. You can customize colors, schemes, typegraphy, spacings, etc. Located at `src/utils/designSystem.tsx`.

https://user-images.githubusercontent.com/4402166/191782125-31bc8d9e-6d84-40b2-ae8e-798eda968d50.MP4
https://user-images.githubusercontent.com/4402166/197052859-d7eef80a-a923-4a9b-86df-b9dbc32a075b.mov

## Advantages

Expand Down Expand Up @@ -172,7 +172,7 @@ export const screens = generateRNNScreens(
},
// ...
},
[withGestureHandler, withStores, withServices, withAnotherProvider],
[withGestureHandler, withSS, withAppearance],
);
```

Expand Down

0 comments on commit c2497f0

Please sign in to comment.