Skip to content

Releases: wataru-maeda/react-native-boilerplate

v2.2.1

09 Oct 06:08
fd7f58f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2...2.2.1

2.2

09 May 05:57
fed0b83
Compare
Choose a tag to compare
2.2
  • Bump expo version to 51

2.1

04 Mar 01:37
4b68c9f
Compare
Choose a tag to compare
2.1

Changelog

Enhanced Features and Updates

  • Expo SDK Upgrade: The Expo SDK has been upgraded to version 50, aligning our project with the latest advancements and features offered by the platform.
  • Environment Variable Management: Implementation of functionality to automatically load .env files, seamlessly injecting environment variables into the project. This enhances configuration management across different development stages.
  • Jest UI Testing & Coverage: Integration of Jest for UI testing has been introduced, including coverage reporting. This addition bolsters our testing framework, ensuring a robust validation of UI components and interactions.
  • Expanded Library of Hooks and Components: Our collection of hooks and components has grown, offering more versatile and reusable building blocks for rapid development and feature enhancement.
  • Environment-Specific Expo Project Switching: To navigate the build and submission constraints associated with the Expo free plan, we have enabled the capability to switch between Expo projects based on the environment. This facilitates a smoother workflow for building and submitting applications under varying conditions.

These updates are part of our continuous effort to enhance the boilerplate's functionality and usability, ensuring it remains a solid foundation for developing React Native applications.

2.0

04 Sep 02:43
d688bbe
Compare
Choose a tag to compare
2.0
  • Bump expo version to 49
  • Rewritten with the new project with typescript

1.9

15 Apr 19:49
da2e148
Compare
Choose a tag to compare
1.9
  • fix automated deployment failure

1.8

04 Jan 08:50
6458a4d
Compare
Choose a tag to compare
1.8

Upgrade to expo SDK 44

1.6

26 Jul 06:06
00230d3
Compare
Choose a tag to compare
1.6

1.4

26 Dec 01:00
Compare
Choose a tag to compare
1.4
  • Upgrade to expo SDK 40
  • Upgrade to React Navigation version 5

1.3

18 Oct 19:03
124f328
Compare
Choose a tag to compare
1.3

Upgrade to expo SDK 39

1.2

05 Sep 21:49
3513004
Compare
Choose a tag to compare
1.2
  • Upgrade to expo SDK 38
  • Update pre-commit script