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.web.tsx | |
parent | 24559599f3b340a071e96f15b17deb914338d80b (diff) | |
download | voidsky-4b33cdb7ec20ba449941083f29726bea28f0f25b.tar.zst |
Implement modals for web
Diffstat (limited to 'src/view/com/modals/util.web.tsx')
-rw-r--r-- | src/view/com/modals/util.web.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/modals/util.web.tsx b/src/view/com/modals/util.web.tsx new file mode 100644 index 000000000..acd10c2a6 --- /dev/null +++ b/src/view/com/modals/util.web.tsx @@ -0,0 +1 @@ +export {ScrollView, TextInput} from 'react-native' |