react-native-navigation 7.30.1 → 7.30.2-snapshot.753

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.
@@ -65,11 +65,11 @@ android {
65
65
  }
66
66
  }
67
67
  compileOptions {
68
- sourceCompatibility JavaVersion.VERSION_11
69
- targetCompatibility JavaVersion.VERSION_11
68
+ sourceCompatibility JavaVersion.VERSION_1_8
69
+ targetCompatibility JavaVersion.VERSION_1_8
70
70
  }
71
71
  kotlinOptions {
72
- jvmTarget = JavaVersion.VERSION_11
72
+ jvmTarget = JavaVersion.VERSION_1_8
73
73
  }
74
74
 
75
75
  flavorDimensions "RNN.reactNativeVersion"
@@ -91,7 +91,7 @@ export interface OptionsStatusBar {
91
91
  * Animate StatusBar style changes.
92
92
  * #### (iOS specific)
93
93
  */
94
- animated?: boolean;
94
+ animate?: boolean;
95
95
  /**
96
96
  * Automatically hide the StatusBar when the TopBar hides.
97
97
  * #### (iOS specific)
@@ -140,7 +140,7 @@ export interface OptionsStatusBar {
140
140
  * Animate StatusBar style changes.
141
141
  * #### (iOS specific)
142
142
  */
143
- animated?: boolean;
143
+ animate?: boolean;
144
144
  /**
145
145
  * Automatically hide the StatusBar when the TopBar hides.
146
146
  * #### (iOS specific)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.30.1",
3
+ "version": "7.30.2-snapshot.753",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,