Skip to content

Upgrade React Native to 0.79.7 and align Kotlin with native SDK 1.7.2 #22

Upgrade React Native to 0.79.7 and align Kotlin with native SDK 1.7.2

Upgrade React Native to 0.79.7 and align Kotlin with native SDK 1.7.2 #22

Workflow file for this run

name: CI
on:
pull_request:
branches: [develop, main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm install
- name: TypeScript type check
run: npx tsc --noEmit