react-native-bootsplash 4.2.4 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -239,7 +239,7 @@ dependencies {
239
239
  // …
240
240
 
241
241
  implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
242
- implementation "androidx.core:core-splashscreen:1.0.0-rc01" // Add this line
242
+ implementation "androidx.core:core-splashscreen:1.0.0" // Add this line
243
243
 
244
244
  // …
245
245
  ```
@@ -388,7 +388,6 @@ function App() {
388
388
  }
389
389
  ```
390
390
 
391
-
392
391
  ## With react-native-bars
393
392
 
394
393
  In order to keep fully transparent status and navigation bars on Android once the splash screen is hidden (and control them), this library play nicely with [react-native-bars](https://github.com/zoontek/react-native-bars). Check the [README](https://github.com/zoontek/react-native-bars/blob/main/README.md#with-react-native-bootsplash) for more informations.
@@ -49,5 +49,5 @@ repositories {
49
49
  dependencies {
50
50
  //noinspection GradleDynamicVersion
51
51
  implementation "com.facebook.react:react-native:+" // From node_modules
52
- implementation "androidx.core:core-splashscreen:${safeExtGet("androidXSplashScreenVersion", "1.0.0-rc01")}"
52
+ implementation "androidx.core:core-splashscreen:${safeExtGet("androidXSplashScreenVersion", "1.0.0")}"
53
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-bootsplash",
3
- "version": "4.2.4",
3
+ "version": "4.3.0",
4
4
  "license": "MIT",
5
5
  "description": "Display a bootsplash on your app starts. Hide it when you want.",
6
6
  "author": "Mathieu Acthernoene <zoontek@gmail.com>",
@@ -71,12 +71,12 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@types/fs-extra": "^9.0.13",
74
- "@types/react-native": "^0.69.3",
74
+ "@types/react-native": "^0.69.5",
75
75
  "lint-staged": "^13.0.3",
76
76
  "prettier": "^2.7.1",
77
- "prettier-plugin-organize-imports": "^3.0.0",
77
+ "prettier-plugin-organize-imports": "^3.0.3",
78
78
  "react": "^18.0.0",
79
- "react-native": "^0.69.2",
79
+ "react-native": "^0.69.4",
80
80
  "react-native-builder-bob": "^0.18.3",
81
81
  "rescript": "^9.1.4",
82
82
  "typescript": "^4.7.4"