Releases: thecodingmachine/react-native-boilerplate
Releases · thecodingmachine/react-native-boilerplate
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
3.5.0
React Native bump to 0.69.3 and all possible dependencies
3.4.5
- fix the init with /Config folder
3.4.4
3.4.3
v3.4.3 💎 (Upgrade): Upgrade typescript dependencies
3.4.2
v3.4.2 Merge remote-tracking branch 'origin/master'
3.4.1
v3.4.1 💎 (Lint): Fix linter
3.4.0
Update with rnb-plugin-typescript