diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-26 22:25:38 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-26 22:25:38 -0600 |
commit | 4b33cdb7ec20ba449941083f29726bea28f0f25b (patch) | |
tree | ee8e9c1d9a0b9e850e111db2939d1cbd7ed0cd20 /src/view/com/modals/util.tsx | |
parent | 24559599f3b340a071e96f15b17deb914338d80b (diff) | |
download | voidsky-4b33cdb7ec20ba449941083f29726bea28f0f25b.tar.zst |
Implement modals for web
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' |