diff options
Diffstat (limited to 'src/view/com/modals/util.tsx')
-rw-r--r-- | src/view/com/modals/util.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/view/com/modals/util.tsx b/src/view/com/modals/util.tsx new file mode 100644 index 000000000..06f394ec4 --- /dev/null +++ b/src/view/com/modals/util.tsx @@ -0,0 +1,4 @@ +export { + BottomSheetScrollView as ScrollView, + BottomSheetTextInput as TextInput, +} from '@gorhom/bottom-sheet' |