react-native-navigation 7.25.2-snapshot.560 → 7.25.2-snapshot.561

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.
@@ -866,7 +866,7 @@ export interface OptionsBottomTab {
866
866
  /**
867
867
  * Set the background color of the badge that is overlayed over the component
868
868
  */
869
- badgeColor?: string;
869
+ badgeColor?: Color;
870
870
  /**
871
871
  * Show the badge with the animation.
872
872
  * #### (Android specific)
@@ -950,7 +950,7 @@ export interface OptionsBottomTab {
950
950
  /**
951
951
  * Set the background color of the badge that is overlayed over the component
952
952
  */
953
- badgeColor?: string;
953
+ badgeColor?: Color;
954
954
  /**
955
955
  * Show the badge with the animation.
956
956
  * #### (Android specific)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.25.2-snapshot.560",
3
+ "version": "7.25.2-snapshot.561",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,