Add android build and make tsc find react-native-vision-camera

This commit is contained in:
2024-02-03 21:06:47 -07:00
parent bfd96d9ccc
commit 721e728275
4 changed files with 15 additions and 3 deletions

View File

@@ -25,3 +25,5 @@ jobs:
run: nix develop --impure --command bash -c 'export HOME=$PWD; prettier . --check'
- name: test
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run test --no-watchman'
- name: android-build
run: nix develop --impure --command bash -c 'cd android; ./gradlew assembleDebug'