Releases: wataru-maeda/react-native-boilerplate
Releases · wataru-maeda/react-native-boilerplate
v2.2.1
What's Changed
- chore(deps): update deprecated packages by @wataru-maeda in #70
Full Changelog: 2.2...2.2.1
2.2
- Bump expo version to 51
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
- Bump expo version to 49
- Rewritten with the new project with typescript
1.9
- fix automated deployment failure
1.8
1.6
1.4
1.3
1.2
- Upgrade to expo SDK 38
- Update pre-commit script