forked from callstack/repack-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zamotany
committed
Jul 1, 2022
1 parent
2cce96f
commit c624f9e
Showing
4 changed files
with
124 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
Oops, something went wrong.