diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/babel-preset-fbjs+3.4.0.patch | 12 | ||||
-rw-r--r-- | patches/metro+0.80.4.patch (renamed from patches/metro+0.80.1.patch) | 0 | ||||
-rw-r--r-- | patches/metro-runtime+0.80.4.patch (renamed from patches/metro-runtime+0.80.1.patch) | 0 | ||||
-rw-r--r-- | patches/metro-transform-worker+0.80.4.patch (renamed from patches/metro-transform-worker+0.80.1.patch) | 2 | ||||
-rw-r--r-- | patches/react-native+0.73.2.patch (renamed from patches/react-native+0.73.1.patch) | 0 |
5 files changed, 1 insertions, 13 deletions
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 }; diff --git a/patches/metro+0.80.1.patch b/patches/metro+0.80.4.patch index f8ef67c84..f8ef67c84 100644 --- a/patches/metro+0.80.1.patch +++ b/patches/metro+0.80.4.patch diff --git a/patches/metro-runtime+0.80.1.patch b/patches/metro-runtime+0.80.4.patch index 65303775d..65303775d 100644 --- a/patches/metro-runtime+0.80.1.patch +++ b/patches/metro-runtime+0.80.4.patch diff --git a/patches/metro-transform-worker+0.80.1.patch b/patches/metro-transform-worker+0.80.4.patch index 65f44e578..717b7c2d9 100644 --- a/patches/metro-transform-worker+0.80.1.patch +++ b/patches/metro-transform-worker+0.80.4.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/metro-transform-worker/src/index.js b/node_modules/metro-transform-worker/src/index.js -index cae11e7..42f251b 100644 +index 9f2e3d2..5222c8e 100644 --- a/node_modules/metro-transform-worker/src/index.js +++ b/node_modules/metro-transform-worker/src/index.js @@ -189,6 +189,10 @@ async function transformJS(file, { config, options, projectRoot }) { diff --git a/patches/react-native+0.73.1.patch b/patches/react-native+0.73.2.patch index 66f7f7647..66f7f7647 100644 --- a/patches/react-native+0.73.1.patch +++ b/patches/react-native+0.73.2.patch |