An open API service indexing awesome lists of open source software.

https://github.com/callstack/repack-examples

Repository with examples for Re.Pack
https://github.com/callstack/repack-examples

Last synced: 6 months ago
JSON representation

Repository with examples for Re.Pack

Awesome Lists containing this project

README

          

# 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 run start
yarn workspace run ios
yarn workspace run android
```

for example:

```bash
yarn workspace local-chunks run start
```