Releases: thecodingmachine/react-native-boilerplate
3.2.3
Fix CD for better commit message
3.2.2
Fix CD workflow
3.2.1
Fix: reanimated 2.3.x babel configuration
V3.2.0
Update all dependencies
V3.1.2
Update typescript plugin to resolve an issue with the redux-debugger flipper plugin 🐛
V3.1.1
- Refactoring of the code to introduce RTKQuery 🚀
- Redux-toolkit-wrapper is no longer used (because RTKQuery is much better) 🍃
- The TypeScript plugin is now versioned 💙
V3.0.3
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
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
V3.0.0-beta.2
- Add some ts config fixes
- Upgrade
redux toolkit wrapper
with typescript support