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

Function copyAndroidFiles

Package/gulpfile.js:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104};
105
106const copyAndroidFiles = () => {
107 return gulp.src('../Modules/@babylonjs/react-native/android/**')
108 .pipe(gulp.dest(`Assembled/android`));
109};
110
111const copyWindowsFiles = () => {
112 return gulp.src('../Modules/@babylonjs/react-native/windows/**')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected