From c2109c1b6d3668e37bf284a00a671ae99f3942e7 Mon Sep 17 00:00:00 2001 From: topAmity <112688936+topAmity@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:41:44 +0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf726cd4..05dadc79 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,14 @@ Here are the steps to install ui-kit together with another React Native project. This step will build the app and return amityco-asc-react-native-ui-kit-x.x.x.tgz file in inside the folder Then, inside another project, Copy tgz file to your application folder where you need to use ui-kit: -1. Install UIKit package to the application folder + +5. Install UIKit package to the application folder ```sh - yarn add ./amity-react-native-social-ui-kit-x.x.x.tgz + yarn add ./amityco-asc-react-native-ui-kit-3.0.0.tgz ``` - -2. Install all the required dependencies for the UIKit +or ```sh - yarn add @react-navigation/native-stack @react-navigation/native @react-navigation/stack react-native-safe-area-context react-native-screens react-native-svg @react-native-async-storage/async-storage +npm install ./amityco-asc-react-native-ui-kit-3.0.0.tgz ``` ### Usage