Skip to content

chore: partial new arch support, expo example, rethink the old arch #86

chore: partial new arch support, expo example, rethink the old arch

chore: partial new arch support, expo example, rethink the old arch #86

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