Switch @expo/config-plugins
peer and import to expo/config-plugins
and mark expo as optional peer
#3
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*' |