rnr-starter
Version:
A comprehensive React Native Expo boilerplate with 50+ modern UI components, dark/light themes, i18n, state management, and production-ready architecture
77 lines (58 loc) โข 2.31 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.2] - 2025-06-17
### Fixed
- ๐ Updated README documentation and npm package information
- ๐ง Synchronized GitHub releases with npm versions
- ๐ฆ Refreshed npm package metadata and descriptions
## [1.2.1] - 2025-06-14
### Fixed
- ๐ฆ Package updates and maintenance
- ๐ง Minor configuration improvements
- ๐ Documentation updates
## [1.2.0] - 2025-06-14
### Added
- ๐ง Enhanced project structure and configuration
- ๐ฆ Improved npm package configuration for better distribution
- ๐ ๏ธ Updated dependencies to latest stable versions
### Improved
- ๐ Better package optimization and build process
- ๐ Enhanced documentation and setup guides
- ๐ง Refined development workflow and tooling
### Fixed
- ๐ Minor bug fixes and stability improvements
- ๐ฆ Package distribution optimizations
## [1.1.0] - 2025-06-09
### Added
- ๐จ Enhanced UI components with better accessibility
- ๐ง InitializationProvider for better app startup management
- ๐ฑ LoadingScreen component for smooth app initialization
- ๐ Improved internationalization support
- ๐ Enhanced state management with better error handling
### Improved
- ๐ฏ Better TypeScript support and type safety
- ๐ Updated documentation and examples
- ๐ Performance optimizations for component rendering
- ๐จ Enhanced theme system with better color scheme detection
### Fixed
- ๐ Text node rendering issues in React Native components
- ๐ง Badge component text wrapping fixes
- ๐ฑ Native component compatibility improvements
## [1.0.1] - 2025-06-08
### Fixed
- ๐ Initial bug fixes and stability improvements
- ๐ Documentation updates
## [1.0.0] - 2025-06-08
### Added
- ๐ Initial release
- ๐ฑ 50+ production-ready UI components
- ๐ Dark/Light theme support
- ๐ Internationalization (i18n) support
- ๐ State management with Zustand
- ๐ Form validation with React Hook Form + Zod
- ๐ React Query for data fetching
- ๐จ NativeWind for styling
- ๐ฑ Expo Router for navigation
- ๐งช Comprehensive demo components