diff --git a/mock.js b/mock.js index 70131c143..8ffe20d76 100644 --- a/mock.js +++ b/mock.js @@ -105,6 +105,7 @@ const useBottomSheetDynamicSnapPoints = () => ({ module.exports = { BottomSheetView: BottomSheetComponent, + BottomSheetTextInput: ReactNative.TextInput, BottomSheetScrollView: ReactNative.ScrollView, BottomSheetSectionList: ReactNative.SectionList, BottomSheetFlatList: ReactNative.FlatList,