()
| 84 | }; |
| 85 | |
| 86 | const copyAndroidARCoreFiles = () => { |
| 87 | return gulp.src('../Modules/@babylonjs/react-native/shared/BabylonNative/Repo/Dependencies/xr/Source/ARCore/Include/*') |
| 88 | .pipe(gulp.dest(`Assembled/android/include`)); |
| 89 | }; |
| 90 | |
| 91 | const copyiOSARKitFiles = () => { |
| 92 | return gulp.src('../Modules/@babylonjs/react-native/shared/BabylonNative/Repo/Dependencies/xr/Source/ARKit/Include/*') |
nothing calls this directly
no outgoing calls
no test coverage detected