Releases: thecodingmachine/react-native-boilerplate
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
v3.0.0-alpha.1
Improve the post-init script to handle a Typescript support 🚀
During the installation, the user can now choose the typescript version of the boilerplate.
You can test it by running npx react-native init MyAppTs --template @thecodingmachine/[email protected]
V2.2.5
Upgrade all dependencies :
- react-native-async-storage: 1.14.1,
- react-navigation/bottom-tabs 5.11.8,
- react-navigation/native: 5.9.3,
- react-navigation/stack: 5.14.3,
- i18next: 19.9.2,
- react: 17.0.1,
- react-i18next: 11.8.10,
- react-native: 0.64.0,
- react-native-flipper: 0.75.1,
- react-native-gesture-handler: 1.10.3,
- react-native-reanimated: 2.0.0,
- react-native-safe-area-context: 3.2.0,
- react-native-screens: 2.18.1,
v2.2.4
- Improve theme
- Example of component style with the theme. Keep your style files readable.
- Also re define Metric sizes for better display
v2.2.3
upgrade dependencies :
- react navigation (native) 5.8.9 => 5.9.0
- redux-toolkit 1.4.0 => 1.5.0
- i18next 19.8.2 => 19.8.4
- react-i18next 11.7.3 => 11.8.5
- react-redux 7.2.1 => 7.2.2
- react-native 0.63.3 => 0.63.4