wevote/WeVoteReactNative

organizationalCard.js :Current text rendering is misaligned.

RohanVB opened this issue · 1 comments

screen shot 2017-05-25 at 8 51 05 am

screen shot 2017-05-25 at 9 09 24 am

This should be fixed ideally by changing some parameter to center, possibly by adding a container style which looks like

  container: {
    flex: 1,
    justifyContent: 'center',
    alignItems: 'center',
  },

Closing since we are no longer using that particular boilerplate.