Socket
Socket
Sign inDemoInstall

navigation-experimental-fork

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

6

NavigationExperimentalComponents/NavigationCardStack.js

@@ -43,3 +43,3 @@ /**

const { Animated, StyleSheet, View } = require('react-native');
const { Animated, StyleSheet, View, ViewPropTypes } = require('react-native');

@@ -204,3 +204,3 @@ const PropTypes = require('prop-types');;

*/
style: View.propTypes.style,
style: ViewPropTypes ? ViewPropTypes.style : View.propTypes.style,

@@ -210,3 +210,3 @@ /**

*/
scenesStyle: View.propTypes.style,
scenesStyle: ViewPropTypes ? ViewPropTypes.style : View.propTypes.style,
};

@@ -213,0 +213,0 @@

@@ -43,3 +43,3 @@ /**

import { Animated, Platform, StyleSheet, View, TVEventHandler } from 'react-native';
import { Animated, Platform, StyleSheet, View, TVEventHandler, ViewPropTypes } from 'react-native';

@@ -109,3 +109,3 @@ import type {

renderTitleComponent: PropTypes.func,
style: View.propTypes.style,
style: ViewPropTypes ? ViewPropTypes.style : View.propTypes.style,
statusBarHeight: PropTypes.number,

@@ -112,0 +112,0 @@ viewProps: PropTypes.shape(View.propTypes),

@@ -44,2 +44,3 @@ /**

Text,
ViewPropTypes
} = ReactNative;

@@ -79,3 +80,3 @@

children: PropTypes.node.isRequired,
style: View.propTypes.style,
style: ViewPropTypes ? ViewPropTypes.style : View.propTypes.style,
textStyle: Text.propTypes.style

@@ -82,0 +83,0 @@ };

{
"name": "navigation-experimental-fork",
"version": "1.0.6",
"version": "1.0.7",
"description": "NavigationExperimental from RN 0.43.3. Useful when you still depend on it in RN >= 0.44.",

@@ -5,0 +5,0 @@ "main": "NavigationExperimental.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc