about summary refs log tree commit diff
path: root/src/view/com/modals/util.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-26 22:25:38 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-26 22:25:38 -0600
commit4b33cdb7ec20ba449941083f29726bea28f0f25b (patch)
treeee8e9c1d9a0b9e850e111db2939d1cbd7ed0cd20 /src/view/com/modals/util.tsx
parent24559599f3b340a071e96f15b17deb914338d80b (diff)
downloadvoidsky-4b33cdb7ec20ba449941083f29726bea28f0f25b.tar.zst
Implement modals for web
Diffstat (limited to 'src/view/com/modals/util.tsx')
-rw-r--r--src/view/com/modals/util.tsx4
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'