Skip to content

Commit dee95e5

Browse files
committed
fix: added BottomSheetTextInput to the mock file (#1698)(by @ghorbani-m)
1 parent 317ff45 commit dee95e5

File tree

2 files changed

+521
-11
lines changed

2 files changed

+521
-11
lines changed

mock.js

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ const useBottomSheetDynamicSnapPoints = () => ({
105105

106106
module.exports = {
107107
BottomSheetView: BottomSheetComponent,
108+
BottomSheetTextInput: ReactNative.TextInput,
108109
BottomSheetScrollView: ReactNative.ScrollView,
109110
BottomSheetSectionList: ReactNative.SectionList,
110111
BottomSheetFlatList: ReactNative.FlatList,

0 commit comments

Comments
 (0)