Skip to content

Releases: thecodingmachine/react-native-boilerplate

3.3.1

25 Apr 16:52
26b0684
Compare
Choose a tag to compare
  • Update all dependencies,
  • Improve and simplify the code thanks to @ste7en on issue #286,
  • Prepare the codebase for custom plugins,

3.2.5

28 Feb 09:20
8f5768b
Compare
Choose a tag to compare

fix dependencies vulnerabilities

3.2.4

17 Jan 08:44
Compare
Choose a tag to compare

Fix Github cd workflow and test the script.
Boilerplate fix for Reanimated config file

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