Skip to content

docs: fix readme sample code format (#9) #38

docs: fix readme sample code format (#9)

docs: fix readme sample code format (#9) #38

Workflow file for this run

name: React Native SDK Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-rn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build
run: |
yarn
yarn run build