mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: patch react-native-actions-sheet
This commit is contained in:
21
apps/mobile/patches/react-native-actions-sheet+0.7.2.patch
Normal file
21
apps/mobile/patches/react-native-actions-sheet+0.7.2.patch
Normal file
@@ -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}
|
||||
+
|
||||
|
||||
<FlatList testID={(_a = this.props.testIDs) === null || _a === void 0 ? void 0 : _a.scrollview} bounces={false} keyboardShouldPersistTaps={keyboardShouldPersistTaps} keyboardDismissMode={keyboardDismissMode} ref={this.scrollViewRef} scrollEventThrottle={16} overScrollMode="never" showsVerticalScrollIndicator={false} onMomentumScrollBegin={this._onScrollBegin} onScrollEndDrag={this._onScrollEnd} onMomentumScrollEnd={this._onScrollEnd} scrollEnabled={scrollable} onScrollBeginDrag={this._onScrollBeginDrag} onTouchEnd={this._onTouchEnd} onScroll={this._onScroll} scrollsToTop={false} style={[
|
||||
styles.scrollView,
|
||||
@@ -821,6 +821,7 @@ var ActionSheet = /** @class */ (function (_super) {
|
||||
</Animated.View>
|
||||
</View>);
|
||||
}}/>
|
||||
+ {this.props.ExtraOverlayComponent}
|
||||
</Animated.View>
|
||||
</Root>
|
||||
</>);
|
||||
Reference in New Issue
Block a user