atemaguer/React-Native-Layouts

Events component needs scaling

Opened this issue ยท 6 comments

The component displaying the Events home navigation route is not scaling as expected on devices with bigger width.

  • You might want to use display: flex for the Top most View. Also Dimensions.get('width') can help to resolve this.
  • Tested this behavior on a 6" screen.

Note: when I get some free time, I will try to help and refactor. Otherwise great work on the color selection. You might also wanna think about having 2 modes i.e Light mode and Dark Mode

cc: @Albystein

Screenshots:
image

image

Also notice that you did not pass a key property to the top most element in the loop, thus the warning. ๐Ÿ‘

@Albystein Good work bro. Keep going. You might wanna review some stuff we working on. Will keep you posted.

Here's the link. You can follow the development process. Currently Develop branch is the only one up to date @Albystein

Click here