Skip to content

Releases: thecodingmachine/react-native-boilerplate

v1.0.1

18 Sep 07:32
Compare
Choose a tag to compare

This release add some minor improvements :

  • Adding scroll views helpers :
scrollSpaceBetween: {
    flexGrow: 1,
    justifyContent: 'space-between',
  },
  selfStretch: {
    alignSelf: 'stretch',
  },
  • Refactoring App/Themes/Metrics.js

PR merged : #69

v1.0.0

17 Sep 20:00
3925f13
Compare
Choose a tag to compare

This first release is related to this following suggestion.

All major upgrades will be described in the Release section, to help each one to see the evolution of the repository.

So let's do it !