Skip to content

3.6.2

Compare
Choose a tag to compare
@JeremyDolle JeremyDolle released this 28 Feb 15:16
· 122 commits to main since this release

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 ❇️