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
- Host: GitHub
- URL: https://github.com/callstack/repack-examples
- Owner: callstack
- Created: 2022-07-01T15:30:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T07:56:53.000Z (12 months ago)
- Last Synced: 2025-01-09T08:56:12.729Z (12 months ago)
- Language: Java
- Size: 1.88 MB
- Stars: 56
- Watchers: 10
- Forks: 23
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```