From c2497f0795fc1cb12ec410f2389da34ddf3887ef Mon Sep 17 00:00:00 2001 From: Batyr Date: Thu, 20 Oct 2022 22:38:07 +0200 Subject: [PATCH] new video added --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9fc324..ed9c724 100644 --- a/README.md +++ b/README.md @@ -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 @@ -172,7 +172,7 @@ export const screens = generateRNNScreens( }, // ... }, - [withGestureHandler, withStores, withServices, withAnotherProvider], + [withGestureHandler, withSS, withAppearance], ); ```