Skip to content

Commit

Permalink
patch: added BottomSheetTextInput to the mock file (#1698)(by @ghorba…
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorbani-m committed Feb 18, 2024
1 parent 1128dc8 commit 0256adb
Showing 1 changed file with 1 addition and 0 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

0 comments on commit 0256adb

Please sign in to comment.