We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5c93e commit 941a53fCopy full SHA for 941a53f
Package/gulpfile.js
@@ -230,8 +230,8 @@ const createPackage = async () => {
230
exec('npm pack', 'Assembled');
231
};
232
233
-const COMMIT_ID = 'c6f2ddcb4e3985f729e755476b92e53909c253ba';
234
-const ZIP_URL = `https://github.com/BabylonJS/BabylonNative/archive/${COMMIT_ID}.zip`;
+const COMMIT_ID = '891aa2c0aa5ef543ddc3ad20c95249a10f1f7e0a';
+const ZIP_URL = `https://github.com/cedricguillemet/BabylonNative/archive/${COMMIT_ID}.zip`;
235
const TARGET_DIR = path.resolve(__dirname, '../Modules/@babylonjs/react-native/shared/BabylonNative');
236
const ZIP_PATH = path.join(TARGET_DIR, `${COMMIT_ID}.zip`);
237
const UNZIP_FOLDER = path.join(TARGET_DIR, `Repo`);
0 commit comments