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

Function copyCommonFiles

Package/gulpfile.js:78–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76};
77
78const copyCommonFiles = () => {
79 return gulp.src('../Modules/@babylonjs/react-native/README.md')
80 .pipe(gulp.src('../NOTICE.html'))
81 .pipe(gulp.src(`../Modules/@babylonjs/react-native/react-native-babylon.podspec`))
82 .pipe(gulp.src(`../Modules/@babylonjs/react-native/postinstall.js`))
83 .pipe(gulp.dest('Assembled'));
84};
85
86const copyAndroidARCoreFiles = () => {
87 return gulp.src('../Modules/@babylonjs/react-native/shared/BabylonNative/Repo/Dependencies/xr/Source/ARCore/Include/*')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected