We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91af73 commit 16d7aa5Copy full SHA for 16d7aa5
.github/workflows/check.yml
@@ -33,6 +33,8 @@ jobs:
33
- uses: actions/setup-node@v4
34
with:
35
node-version: lts/jod
36
+ # Version here should match the one in React Native template and packages/react-native-node-api-cmake/src/cli.ts
37
+ - run: sdkmanager --install "ndk;27.1.12297006"
38
- run: npm ci
39
- run: npm run build
40
- run: npm run build-weak-node-api --workspace react-native-node-api-modules
0 commit comments