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