We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a391d32 commit 15ee7c7Copy full SHA for 15ee7c7
Package/gulpfile.js
@@ -214,7 +214,7 @@ const createPackage = async () => {
214
exec('npm pack', 'Assembled');
215
};
216
217
-const COMMIT_ID = 'a736d2d675c4733e70186237d39412f187139b48';
+const COMMIT_ID = '65d3136cc830b4feb754420d5ce639796a139db5';
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