MCPcopy Create free account
hub / github.com/BabylonJS/BabylonReactNative / buildAndroid

Function buildAndroid

Package/gulpfile.js:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72};
73
74const buildAndroid = async () => {
75 exec(`./gradlew babylonjs_react-native:assembleRelease --stacktrace --info`, '../Apps/Playground/android');
76};
77
78const copyCommonFiles = () => {
79 return gulp.src('../Modules/@babylonjs/react-native/README.md')

Callers

nothing calls this directly

Calls 1

execFunction · 0.85

Tested by

no test coverage detected