()
| 94 | }; |
| 95 | |
| 96 | const copySharedFiles = () => { |
| 97 | return gulp.src('../Modules/@babylonjs/react-native/shared/**') |
| 98 | .pipe(gulp.dest('Assembled/shared')); |
| 99 | }; |
| 100 | |
| 101 | const copyIOSFiles = () => { |
| 102 | return gulp.src('../Modules/@babylonjs/react-native/ios/**') |
nothing calls this directly
no outgoing calls
no test coverage detected