react-native-bootsplash 4.3.1 → 4.3.2

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -412,5 +412,4 @@ After that, we need to add the setup file in the jest config. You can add it und
412
412
  ## 🕵️‍♂️ Comparison with [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen)
413
413
 
414
414
  - If `react-native-splash-screen` encourages you to display an image over your application, `react-native-bootsplash` way-to-go is to design your launch screen using platforms tools.
415
- - It should not prevent you from seeing red screen errors.
416
415
  - Hiding the launch screen is configurable: fade it out or hide it without any animation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-bootsplash",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
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>",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "scripts": {
39
39
  "format": "prettier '**/*' -u -w",
40
- "postinstall": "git config --local core.hooksPath .hooks",
40
+ "setup-hooks": "git config --local core.hooksPath .hooks",
41
41
  "prepack": "bob build"
42
42
  },
43
43
  "react-native-builder-bob": {