Skip to content

docs: add usage notes (account type/gas, recovery, EIP-1193, Expo config) #125

docs: add usage notes (account type/gas, recovery, EIP-1193, Expo config)

docs: add usage notes (account type/gas, recovery, EIP-1193, Expo config) #125

Workflow file for this run

name: Preview
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
preview:
name: Preview
# Prevents this action from running on forks
if: github.repository == 'openfort-xyz/react-native'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- name: Set up Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Publish preview
run: pnpx pkg-pr-new publish --pnpm