From b3b818671e2e71648bccc87fc7d27ab81cc68aeb Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 12 Jan 2024 17:04:08 -0800 Subject: Bump react-native@0.73.2 (#2519) * Bump react-native@0.73.2 * Remove old patch --- patches/babel-preset-fbjs+3.4.0.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 patches/babel-preset-fbjs+3.4.0.patch (limited to 'patches/babel-preset-fbjs+3.4.0.patch') diff --git a/patches/babel-preset-fbjs+3.4.0.patch b/patches/babel-preset-fbjs+3.4.0.patch deleted file mode 100644 index a66f7c7d8..000000000 --- a/patches/babel-preset-fbjs+3.4.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/node_modules/babel-preset-fbjs/plugins/inline-requires.js b/node_modules/babel-preset-fbjs/plugins/inline-requires.js -index b11fc83..e18661a 100644 ---- a/node_modules/babel-preset-fbjs/plugins/inline-requires.js -+++ b/node_modules/babel-preset-fbjs/plugins/inline-requires.js -@@ -256,6 +256,7 @@ function getInlineableModule(path, state) { - - return moduleName == null || - state.ignoredRequires.has(moduleName) || -+ moduleName.startsWith('@babel/runtime/') || - isRequireInScope - ? null - : { moduleName, requireFnName: fnName }; -- cgit 1.4.1