From 512517cc64a19ff4ed42aa5ca532b7a64d217092 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 14 Feb 2023 11:26:10 +0500 Subject: [PATCH] mobile: patch react-native-actions-sheet --- .../react-native-actions-sheet+0.7.2.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/mobile/patches/react-native-actions-sheet+0.7.2.patch diff --git a/apps/mobile/patches/react-native-actions-sheet+0.7.2.patch b/apps/mobile/patches/react-native-actions-sheet+0.7.2.patch new file mode 100644 index 000000000..ca5449a14 --- /dev/null +++ b/apps/mobile/patches/react-native-actions-sheet+0.7.2.patch @@ -0,0 +1,21 @@ +diff --git a/node_modules/react-native-actions-sheet/dist/src/index.js b/node_modules/react-native-actions-sheet/dist/src/index.js +index 7eb4357..18bf26d 100644 +--- a/node_modules/react-native-actions-sheet/dist/src/index.js ++++ b/node_modules/react-native-actions-sheet/dist/src/index.js +@@ -747,7 +747,7 @@ var ActionSheet = /** @class */ (function (_super) { + width: "100%" + }, + ]}> +- {this.props.ExtraOverlayComponent} ++ + + + ); + }}/> ++ {this.props.ExtraOverlayComponent} + + + );