Skip to content

Releases: thecodingmachine/react-native-boilerplate

v2.2.4

Choose a tag to compare

@JeremyDolle JeremyDolle released this 17 Feb 16:37
  • Improve theme
    • Example of component style with the theme. Keep your style files readable.
    • Also re define Metric sizes for better display

v2.2.3

Choose a tag to compare

@JeremyDolle JeremyDolle released this 22 Jan 07:48

upgrade dependencies :

  • react navigation (native) 5.8.9 => 5.9.0
  • redux-toolkit 1.4.0 => 1.5.0
  • i18next 19.8.2 => 19.8.4
  • react-i18next 11.7.3 => 11.8.5
  • react-redux 7.2.1 => 7.2.2
  • react-native 0.63.3 => 0.63.4

v2.2.2

Choose a tag to compare

@JeremyDolle JeremyDolle released this 08 Jan 16:22
91297f6
  • Handle the cleanup effect on Application navigator to avoid the issue on last stacked screen (see #159)

v2.2.1

Choose a tag to compare

@JeremyDolle JeremyDolle released this 08 Dec 16:48
  • update .npmignore file to publish only necessary files

v2.2.0

Choose a tag to compare

@JeremyDolle JeremyDolle released this 08 Dec 16:47
  • refactoring Theme using hook
  • allow dark theme
  • allow multi theming with override system
  • add some related documentation

See related PRs : #139, #142

v2.1.4

Choose a tag to compare

@AurelGit AurelGit released this 14 Nov 18:34
710d53c
  • implement a way to navigating without the navigation prop
  • upgrade redux-flipper version
  • use inline require for redux-flipper debugger to avoid production loading

See PR #136

v2.1.3

Choose a tag to compare

@AurelGit AurelGit released this 14 Nov 16:42
8575adb
  • fix wrong margin and padding auto-generation on Gutter.js file (see #134 and #135)

v2.1.2

Choose a tag to compare

@AurelGit AurelGit released this 14 Nov 16:29
37828d4
  • fix wrong configuration of jest (see #129 )
  • adding missing Podfile.lock
  • upgrade dependencies version
  • removing documentation on npm build
  • using debugger in dev environment only

Full PR : #131

v2.1.1

Choose a tag to compare

@AurelGit AurelGit released this 05 Nov 10:55
c85cc07
  • Fix issue with dot files (especially .gitignore) which were not copied from the template (#127)
    • RN CLI will automatically copy some _ files to . files

v2.1.0

Choose a tag to compare

@AurelGit AurelGit released this 04 Nov 14:23