Skip to content

Commit

Permalink
fix: added BottomSheetTextInput to the mock file (#1698)(by @ghorbani-m)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Feb 18, 2024
1 parent 317ff45 commit dee95e5
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 11 deletions.
1 change: 1 addition & 0 deletions mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const useBottomSheetDynamicSnapPoints = () => ({

module.exports = {
BottomSheetView: BottomSheetComponent,
BottomSheetTextInput: ReactNative.TextInput,
BottomSheetScrollView: ReactNative.ScrollView,
BottomSheetSectionList: ReactNative.SectionList,
BottomSheetFlatList: ReactNative.FlatList,
Expand Down
Loading

0 comments on commit dee95e5

Please sign in to comment.