Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
topAmity authored Sep 2, 2024
1 parent 7363230 commit c2109c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2109c1

Please sign in to comment.