We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec1a90 commit 5111efcCopy full SHA for 5111efc
Package/gulpfile.js
@@ -230,8 +230,8 @@ const createPackage = async () => {
230
exec('npm pack', 'Assembled');
231
};
232
233
-const COMMIT_ID = '891aa2c0aa5ef543ddc3ad20c95249a10f1f7e0a';
234
-const ZIP_URL = `https://github.com/cedricguillemet/BabylonNative/archive/${COMMIT_ID}.zip`;
+const COMMIT_ID = '8dcf62f1290965e99918571e4bb004af85007028';
+const ZIP_URL = `https://github.com/BabylonJS/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