Releases: thecodingmachine/react-native-boilerplate
Releases · thecodingmachine/react-native-boilerplate
4.2.0
Update all dependencies:
- react native to 0.74.1
- change from flipper to reactotron
- update deps
- fix on theme generation
4.1.3
Bump react native and template dependencies.
Add default Apple Privacy Manifest file
4.1.2
fix initialization for non-typescript boilerplate because of new tsconfig param allowImportingTsExtensions
requiring noEmit
4.1.1
Bump vulnerable version
4.1.0
Update all dependencies for handling react native 0.73.x
4.0.0
New version of the boilerplate.
The theme has been reviewed for better completion and capabilities.
The documentation has also been updated following the new features.
Redux has been removed to let the choice of a state manager to the user.
Tanstack-query is now a part of the stack with ky as http client to reduce bundle size
3.7.2
Fix the splashscreen intialization on android
3.7.1
- Fix the init error during transpilation of typescript
- Fix the baseUrl in tsconfig
3.7.0
Update React native to 0.72.1 and all dependencies