react-native-custom-splash 2.1.3 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-custom-splash",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A custom splash screen module for React Native with native iOS and Android support, fully compatible with Expo",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -474,7 +474,6 @@ const withSplashScreenIOS = (config, pluginConfig) => {
474
474
  ]);
475
475
  return config;
476
476
  };
477
- };
478
477
 
479
478
  /**
480
479
  * Main plugin export