Skip to content

docs: fix readme sample code format #36

docs: fix readme sample code format

docs: fix readme sample code format #36

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