Skip to content

Merge pull request #44 from mrousavy/fix/fix-latest-rn-const #72

Merge pull request #44 from mrousavy/fix/fix-latest-rn-const

Merge pull request #44 from mrousavy/fix/fix-latest-rn-const #72

Workflow file for this run

on: push
name: Install and Test
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
- run: yarn --ignore-scripts
- run: npx npm-install-peers
- run: cd example && yarn
- run: yarn prepare
- run: yarn test