Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zamotany committed Jul 1, 2022
1 parent 2cce96f commit c624f9e
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 100 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# repack-examples

A repository with examples for [Re.Pack](https://github.com/callstack/repack).

## Usage

Install dependencies:

```bash
yarn install
```

Run scripts inside desired example:

```bash
yarn workspace <name> run start
yarn workspace <name> run ios
yarn workspace <name> run android
```

for example:

```bash
yarn workspace local-chunks run start
```
2 changes: 1 addition & 1 deletion local-chunks/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "localchunksexample",
"name": "local-chunks",
"version": "0.0.1",
"private": true,
"installConfig": {
Expand Down
Loading

0 comments on commit c624f9e

Please sign in to comment.