react-native-bootsplash 4.7.3 → 4.7.4

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.
@@ -22,9 +22,12 @@ if (isNewArchitectureEnabled()) {
22
22
  }
23
23
 
24
24
  android {
25
- namespace = "com.zoontek.rnbootsplash"
26
25
  buildToolsVersion safeExtGet("buildToolsVersion", "33.0.0")
27
26
  compileSdkVersion safeExtGet("compileSdkVersion", 33)
27
+
28
+ if (project.android.hasProperty("namespace")) {
29
+ namespace "com.zoontek.rnbootsplash"
30
+ }
28
31
  defaultConfig {
29
32
  buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString())
30
33
  minSdkVersion safeExtGet("minSdkVersion", 21)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-bootsplash",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
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>",
@@ -1,6 +1,3 @@
1
- const path = require("path");
2
- const { generate } = require("./dist/commonjs/generate");
3
-
4
1
  module.exports = {
5
2
  commands: [
6
3
  {
@@ -45,6 +42,9 @@ module.exports = {
45
42
  { project: { android, ios } },
46
43
  { backgroundColor, logoWidth, assetsPath, flavor, platforms },
47
44
  ) => {
45
+ const path = require("path");
46
+ const { generate } = require("./dist/commonjs/generate");
47
+
48
48
  const workingPath =
49
49
  process.env.INIT_CWD || process.env.PWD || process.cwd();
50
50
 
package/android/.DS_Store DELETED
Binary file
@@ -1,11 +0,0 @@
1
- .gradle/
2
- .idea/
3
- build/
4
- gradle/
5
-
6
- .DS_Store
7
- .npmignore
8
- gradlew
9
- gradlew.bat
10
- *.iml
11
- local.properties
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/ios/.DS_Store DELETED
Binary file
package/ios/.npmignore DELETED
@@ -1,8 +0,0 @@
1
- Pods/
2
- build/
3
-
4
- */project.xcworkspace/
5
- */xcuserdata/
6
-
7
- .DS_Store
8
- .npmignore