File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ const copySharedFiles = () => {
246
246
const copyIOSAndroidCommonFiles = ( ) => {
247
247
return gulp . src ( '../Modules/@babylonjs/react-native-iosandroid/package.json' )
248
248
. pipe ( gulp . src ( '../Modules/@babylonjs/react-native-iosandroid/README.md' ) )
249
- . pipe ( gulp . src ( '../Modules/@babylonjs/react-native-iosandroid/ react-native-babylon.podspec' ) )
249
+ . pipe ( gulp . src ( 'react-native-babylon.podspec' ) )
250
250
. pipe ( gulp . dest ( 'Assembled-iOSAndroid/' ) ) ;
251
251
} ;
252
252
@@ -580,7 +580,7 @@ const patchPackageVersion = async () => {
580
580
if ( version == '0.64' || version == '0.65' ) {
581
581
console . log ( chalk . black . bgCyan ( `Updating Package.json for React Native ${ version } .` ) ) ;
582
582
let peerDep = ( version == '0.64' ) ? '>=0.63.1 <0.65.0' : '>=0.65.0' ;
583
-
583
+
584
584
packageJson . peerDependencies [ 'react-native' ] = peerDep ;
585
585
packageJsoniOSAndroid . peerDependencies [ 'react-native' ] = peerDep ;
586
586
packageJsonWindows . peerDependencies [ 'react-native' ] = peerDep ;
You can’t perform that action at this time.
0 commit comments