Commit 1f4a68d
committed
ci: prebuild the example Android project before the Gradle test
The example is an Expo CNG app — its android/ project is generated, not committed
(example/my-app/.gitignore), so the Gradle step failed in CI with "working directory
.../example/my-app/android: No such file or directory". Add an
`npx expo prebuild --platform android --no-install` step so the android/ project (and
the autolinked :react-native-nitro-healthkit subproject) exists before ./gradlew runs.
Verified locally that prebuild generates android/gradlew and expo-modules-autolinking
resolves the module with packageImportPath
`import com.margelo.nitro.healthkit.NitroHealthkitPackage;`.1 parent b1c92eb commit 1f4a68d
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
0 commit comments