Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
intergalacticspacehighway committed Feb 5, 2021
1 parent 56275b9 commit 0a9a84d
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,34 @@
## react-native-aria

## Installation

1. Install project dependencies

```
cd [project-root]
yarn
```

2. Install example project dependencies
```
cd [project-root]/example/
yarn
```

## Run

Web
1. Install lerna and tsc globally

2. Generate lib.

```
cd [project-root]
yarn example web
cd [project-root]
lerna tsc
```

iOS
3. Install dependencies

```
cd [project-root]
yarn example ios
yarn
```

Android
4. Run example

```
cd [project-root]
yarn example android
cd [project-root]/example
yarn
// Web
yarn web
// iOS
yarn ios
// Android
yarn android
```

0 comments on commit 0a9a84d

Please sign in to comment.