Releases: thecodingmachine/react-native-boilerplate
3.3.1
3.2.5
fix dependencies vulnerabilities
3.2.4
Fix Github cd workflow and test the script.
Boilerplate fix for Reanimated config file
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