Releases: thecodingmachine/react-native-boilerplate
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
3.6.5
3.6.4
Release note:
- rollback change about underscore files required on .gitignore file.
- fix on compile-js plugin: remove tsconfig.json
3.6.2
Release note:
Versions
Bump react native version to 0.71.3 ❇️
All the dependencies has been upgrated:
- @react-native-masked-view/masked-view => ^0.2.8
- @react-navigation/bottom-tabs => ^6.5.7
- @react-navigation/native => ^6.1.6
- @react-navigation/stack => ^6.3.16
- @reduxjs/toolkit => ^1.9.3
- i18next => ^22.4.10
- react => 18.2.0
- react-i18next => ^12.2.0
- react-native => 0.71.3
- react-native-gesture-handler => ^2.9.0
- react-native-mmkv => ^2.6.2
- react-native-reanimated ^3.0.0-rc.10
- react-native-safe-area-context => ^4.5.0
- react-native-screens => ^3.20.0
- react-redux => ^8.0.5
Some dependencies as been removed:
- @react-native-async-storage/async-storage (we choose react-native-mmkv instead)
- prop-types (javascript user can added it after)
Improvements
Most of the boilerplate users choose typescript to launch their applications. React Native also choose TypeScript by default since the 0.71.x. So we do the same: By default the codebase will be in Typescript. It allow a big time improvement for the init script and simplify the upgrade process for us.
The documentation has also been upgrated to 2.3.1 ❇️
3.5.1
bump version