coronanet / rn-coronanet

React native interface of the Corona Network
12 stars 4 forks source link

Mock UI - Welcome Screen #4

Open karalabe opened 4 years ago

karalabe commented 4 years ago

The welcome screen is aimed to be the landing page for the app. I'm kind of happy with how it looks at the moment. Of course tweaks and polishes are always welcome.


The welcome screen looks like this as of March 15, 2020:

Screenshot_20200315-183210_CoronaNet

daodesigner commented 4 years ago

image

0mkara commented 4 years ago
  • [ ] I'm unsure how the layout responsiveness behaves if the screen is not large enough? I think currently it just overflows on both the top and the bottom. That would be bad since we need the button visible. In that case, we should only push upwards. Maybe add a fallback scrollbar for some edge cases?

PR #7 does some fundamental restructure of the components. Attends the above issue. Also enabled Create user functionality. Screenshot_1584906647

Please review and merge.