File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4040 npm install @babylonjs/core@${{ github.event.inputs.BJS_Version }}
4141 npm install @babylonjs/loaders@${{ github.event.inputs.BJS_Version }}
4242 npm install @babylonjs/react-native@${{ github.event.inputs.BRN_Version }}
43- npm install @babylonjs/react-native-iosandroid -${{ github.event.inputs.BRN_Postfix }}@${{ github.event.inputs.BRN_Version }}
43+ npm install @babylonjs/react-native-windows -${{ github.event.inputs.BRN_Postfix }}@${{ github.event.inputs.BRN_Version }}
4444 npm install @react-native-community/slider
4545 # npm install react-native-permissions
4646 npx react-native autolink-windows
Original file line number Diff line number Diff line change 2323 "react" : " 18.2.0" ,
2424 "react-native" : " 0.71.7" ,
2525 "react-native-permissions" : " ^3.6.1" ,
26- "react-native-windows" : " 0.71.1 "
26+ "react-native-windows" : " 0.71.7 "
2727 },
2828 "devDependencies" : {
2929 "@babel/core" : " ^7.12.9" ,
Original file line number Diff line number Diff line change @@ -386,7 +386,8 @@ const copyARM64ReleaseUWPFiles = () => {
386386}
387387
388388const copyVCXProjUWPFiles = ( ) => {
389- return gulp . src ( '../Modules/@babylonjs/react-native-windows/windows/BabylonReactNative/*.*' , '!*.pfx' )
389+ const uwpFilesDir = '../Modules/@babylonjs/react-native-windows/windows/BabylonReactNative' ;
390+ return gulp . src ( [ `${ uwpFilesDir } /*.*` , `!${ uwpFilesDir } /*.pfx` ] )
390391 . pipe ( gulp . dest ( 'Assembled-Windows/windows/BabylonReactNative' ) ) ;
391392}
392393
You can’t perform that action at this time.
0 commit comments