diff --git a/example/package.json b/example/package.json index 1043fc4e..4d4013a4 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.73.1", - "react-native-bars": "2.4.0", + "react-native-bars": "2.4.2", "react-native-bootsplash": "file:../", "react-native-web": "0.19.9" }, diff --git a/example/yarn.lock b/example/yarn.lock index c65d0960..8712444d 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5159,13 +5159,13 @@ react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -react-native-bars@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/react-native-bars/-/react-native-bars-2.4.0.tgz#d385c8be7d9be1d83ebacbba2ecab5e51bb37468" - integrity sha512-sZaSKlxocIrpnXRJRQJkKiUStIv6+jE4sGDlaG41q4bw/9mVGHlz5gtpnZqZt0qhfHUNLt+FiPRXvGPLv2fhyA== +react-native-bars@2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/react-native-bars/-/react-native-bars-2.4.2.tgz#7a9bf5122b7dbc9a16a5170733b5461afa233d85" + integrity sha512-0tyLiiRkT6/HGTDg5VZa+W9fKSYV/Hk0OuRuBkl91emBAeO56QDHKyCXGlqgzPMR5P120nwjxnlsAG9g78//Hg== "react-native-bootsplash@file:..": - version "5.2.0" + version "5.2.1" dependencies: detect-indent "^6.1.0" fs-extra "^11.2.0" diff --git a/package.json b/package.json index cece7c1e..46853405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bootsplash", - "version": "5.2.0", + "version": "5.2.1", "license": "MIT", "description": "Display a bootsplash on your app starts. Hide it when you want.", "author": "Mathieu Acthernoene ",