Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 940 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 940 Bytes

Changelog

[2.0.0]

It's a huge update that doesn't have a backward compability with the 1.x version because we totally rebuilt the RNS from the ground.

New Features

  • Removed Expo and transitioned to native projects, because of lots of restrictions that expo adds to your projects.
  • Added Plop generator for easy deveopment.
  • Added support for unit testing with Jest and Enzyme.
  • Added support for e2e testing with Detox.
  • New modular architecture that will help you speed up the applications development.
  • Lots of performance improvements in comparison with v1.0.0
  • Removed eslint styling rules in favour of prettier.
  • Added new documentation at https://docs.reactnativestarter.com/
  • CI/CD compatibale project
  • Lots of new fixes and improvements

[1.1.0]

Fixed

  • Navigation header issue

Updated

  • Updated React Navigation to version 3.0.0
  • Updated all the libraries to latest versions
  • Added Prettier