diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-26 17:55:15 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-26 17:55:15 -0600 |
commit | d04a6d7539c53ec3510175459c1ca8c8e7e994da (patch) | |
tree | acdc3b3e9dd59bf0fa242bac8d94be1744ac4033 /src/view/com/util/Views.tsx | |
parent | 57d876a5304860bf47ff10553e55b568c0a6daba (diff) | |
download | voidsky-d04a6d7539c53ec3510175459c1ca8c8e7e994da.tar.zst |
Add web layout components
Diffstat (limited to 'src/view/com/util/Views.tsx')
-rw-r--r-- | src/view/com/util/Views.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/Views.tsx b/src/view/com/util/Views.tsx new file mode 100644 index 000000000..07dcc4deb --- /dev/null +++ b/src/view/com/util/Views.tsx @@ -0,0 +1 @@ +export {View as CenteredView, FlatList, ScrollView} from 'react-native' |