Skip to content

Releases: thecodingmachine/react-native-boilerplate

3.2.3

17 Jan 08:39
Compare
Choose a tag to compare

Fix CD for better commit message

3.2.2

17 Jan 08:35
Compare
Choose a tag to compare

Fix CD workflow

3.2.1

17 Jan 08:27
Compare
Choose a tag to compare

Fix: reanimated 2.3.x babel configuration

V3.2.0

06 Jan 13:57
6d14496
Compare
Choose a tag to compare

Update all dependencies

V3.1.2

13 Oct 17:35
Compare
Choose a tag to compare

Update typescript plugin to resolve an issue with the redux-debugger flipper plugin 🐛

V3.1.1

13 Oct 16:01
Compare
Choose a tag to compare

V3.0.3

20 Sep 07:28
03dede3
Compare
Choose a tag to compare

Update all dependencies :

"@react-native-async-storage/async-storage": "^1.15.5" => "^1.15.7",
"@react-native-community/masked-view": "^0.1.11" => "^0.2.6", (rename : @react-native-masked-view/masked-view)
"@react-navigation/bottom-tabs": "^5.11.11" => "^6.0.5",
"@react-navigation/native": "^5.9.4" => "^6.0.2",
"@react-navigation/stack": "^5.14.5" => "^5.x",
"@reduxjs/toolkit": "^1.6.0" => "^1.6.1",
"axios": "^0.21.1" => "^0.21.4",
"i18next": "^20.3.2" => "^20.6.1",
"react": "17.0.1" => "17.0.2",
"react-i18next": "^11.11.0" => "^11.12.0",
"react-native": "0.64.2" => "0.65.1",
"react-native-flipper": "^0.94.1" => "^0.103.0",
"react-native-reanimated": "^2.2.0" => "^2.2.2",
"react-native-safe-area-context": "^3.2.0" => "^3.3.2",
"react-native-screens": "^3.4.0" => "^3.7.2",
"react-redux": "^7.2.4" => "^7.2.5",
"redux": "^4.1.0" => "^4.1.1",
"redux-flipper": "^1.4.2" => "^2.0.0",

Resolve issues :
#220

v3.0.2

21 Jun 16:16
Compare
Choose a tag to compare

Update all dependencies :

  • "@react-native-async-storage/async-storage": "^1.14.1" => "^1.15.5"
  • "@react-native-community/masked-view": "^0.1.10" => "^0.1.11"
  • "@react-navigation/bottom-tabs": "^5.11.8" => "^5.11.11"
  • "@react-navigation/native": "^5.9.3" => "^5.9.4"
  • "@react-navigation/stack": "^5.14.3" => "^5.14.5"
  • "@reduxjs/toolkit": "^1.5.0" => "^1.6.0"
  • "i18next": "^19.9.2" => "^20.3.2"
  • "react-i18next": "^11.8.10" => "^11.11.0"
  • "react-native": "0.64.0" => "0.64.2"
  • "react-native-flipper": "^0.75.1" => "^0.94.1"
  • "react-native-reanimated": "^2.0.0" => "^2.2.0"
  • "react-native-screens": "^2.18.1" => "^3.4.0"
  • "react-redux": "^7.2.2" => "^7.2.4"
  • "redux": "^4.0.5" => "^4.1.0"

Resolve issues :

V3.0.0

19 Apr 07:37
Compare
Choose a tag to compare

New Major release 🚀

  • Update the documentation
  • Add a GitHub action for the CI
  • Adding the prop-types dependencies
  • update the redux-toolkit-wrapper 2.0.0 (rewrite in typescript)
  • introducing post-init plugins (for detail see here)
    • TYPESCRIPT support is now available 💙

V3.0.0-beta.2

07 Apr 17:11
Compare
Choose a tag to compare
V3.0.0-beta.2 Pre-release
Pre-release
  • Add some ts config fixes
  • Upgrade redux toolkit wrapper with typescript support