consento-org / mobile

The first (currently alpha) Consento mobile application
https://consento.org
MIT License
14 stars 1 forks source link

Text on Relations screen is cut off #92

Closed chmac closed 4 years ago

chmac commented 4 years ago

Screenshots

image

Smartphone (please complete the following information):

martinheidegger commented 4 years ago

Thanks @chmac for letting us know!

This is an issue with EmptyView. It doesn't wrapped in a <ScrollView>. I am busy with #93 and with a presentation for expo-export that explains the capability/limitations of the system.

https://github.com/consento-org/mobile/blob/b16b94538038bb3451916ad87e0850f748f87af9/src/screens/components/EmptyView.tsx#L26-L37

I would welcome a Pull Request to fix this issue.

martinheidegger commented 4 years ago

Fixed in #93