Skip to content

Releases: thecodingmachine/react-native-boilerplate

v1.0.3

04 Dec 13:53
55864a2
Compare
Choose a tag to compare
  • Upgrade React Native version from 0.60.5 to 0.61.5
  • Refactor theming to use Helpers and change the Fonts export (see PR #83 )
  • Minor changes of README (see PR #88 and #89 )

v1.0.2

21 Sep 14:59
5be8f30
Compare
Choose a tag to compare
  • Upgrade react-navigation to the last 3.x version (3.11.2) to avoid some warnings (#75 #76)

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 !