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} + + + );