Skip to content

Switch @expo/config-plugins peer and import to expo/config-plugins and mark expo as optional peer #3

Switch @expo/config-plugins peer and import to expo/config-plugins and mark expo as optional peer

Switch @expo/config-plugins peer and import to expo/config-plugins and mark expo as optional peer #3

Workflow file for this run

name: Package Preview
on:
pull_request:
push:
branches:
- nitro-modules
- nitro-modules-merged
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# ref: refs/pull/${{ github.event.number }}/merge
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run specs
working-directory: packages/react-native-activity-kit
- run: bunx pkg-pr-new publish './packages/*'