react-native-navigation 7.38.6 → 7.39.0

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.
@@ -114,9 +114,6 @@ android {
114
114
  reactNative71 {
115
115
  dimension "RNN.reactNativeVersion"
116
116
  buildConfigField("int", "REACT_NATVE_VERSION_MINOR", "71")
117
- kotlinOptions {
118
- jvmTarget = JavaVersion.VERSION_17
119
- }
120
117
  }
121
118
  }
122
119
 
@@ -134,6 +134,7 @@ public class NavigationActivity extends AppCompatActivity implements DefaultHard
134
134
 
135
135
  @Override
136
136
  public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) {
137
+ super.onRequestPermissionsResult(requestCode, permissions, grantResults);
137
138
  NavigationApplication.instance.onRequestPermissionsResult(requestCode, permissions, grantResults);
138
139
  if (mPermissionListener != null && mPermissionListener.onRequestPermissionsResult(requestCode, permissions, grantResults)) {
139
140
  mPermissionListener = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.38.6",
3
+ "version": "7.39.0",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,