Skip to content

Commit 0256adb

Browse files
authored
patch: added BottomSheetTextInput to the mock file (#1698)(by @ghorbani-m)
1 parent 1128dc8 commit 0256adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mock.js

Lines changed: 1 addition & 0 deletions
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)