We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ee7c7 commit 03c817dCopy full SHA for 03c817d
Package/gulpfile.js
@@ -214,7 +214,7 @@ const createPackage = async () => {
214
exec('npm pack', 'Assembled');
215
};
216
217
-const COMMIT_ID = '65d3136cc830b4feb754420d5ce639796a139db5';
+const COMMIT_ID = '100b2db2cd4386fb49793f2516756b17e6ac0f15';
218
const ZIP_URL = `https://github.com/CedricGuillemet/BabylonNative/archive/${COMMIT_ID}.zip`;
219
const TARGET_DIR = path.resolve(__dirname, '../Modules/@babylonjs/react-native/shared/BabylonNative');
220
const ZIP_PATH = path.join(TARGET_DIR, `${COMMIT_ID}.zip`);
0 commit comments