Skip to content

Releases: flatlogic/react-native-starter

Release v3.2.3

27 Dec 09:34
772c131
Compare
Choose a tag to compare

Update react-native version to 0.73.1
Update core react-native libs

Release v3.2.2

20 Oct 13:33
Compare
Choose a tag to compare

Released v3.2.2

Features

  • Add blog link to the drawer.
  • Add Blog/Login images to Pages.

Fixed

  • Fixed indents of Components page.
  • Fixed bottom nav bar on IOS devices.
  • Fixed touchable spacing of top nav Arrow/Burger button.

Release v3.2.1

08 Oct 13:23
Compare
Choose a tag to compare

Update some libs

Updated React-Native version to 0.63.0

15 Jul 13:21
Compare
Choose a tag to compare

Updated podfile for IOS,
Added @react-native-community/cli

General project and dependencies QA

13 Mar 18:46
Compare
Choose a tag to compare
v2.1.1

chore: rename changelog to lowercase

v2.1.0

04 Nov 10:02
5b83138
Compare
Choose a tag to compare

Upgraded to the latest React Native. Packages versions bump. Bug fixes.

2.0.1

27 Sep 10:12
Compare
Choose a tag to compare

Bug fixes and libraries updates.

v2.0.0

05 Mar 10:42
Compare
Choose a tag to compare

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