Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

navigation-experimental-fork

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

navigation-experimental-fork - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

LICENSE

2

NavigationExperimentalComponents/NavigationCard.js

@@ -60,3 +60,3 @@ /**

const { PropTypes } = React;
const PropTypes = require('prop-types');;

@@ -63,0 +63,0 @@ /**

@@ -45,3 +45,3 @@ /**

const { PropTypes } = React;
const PropTypes = require('prop-types');;
const { Directions } = NavigationCardStackPanResponder;

@@ -48,0 +48,0 @@

@@ -77,3 +77,3 @@ /**

const STATUSBAR_HEIGHT = Platform.OS === 'ios' ? 20 : 0;
const { PropTypes } = React;
const PropTypes = require('prop-types');;

@@ -80,0 +80,0 @@ class NavigationHeader extends React.PureComponent<DefaultProps, Props, any> {

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

const ReactNative = require('react-native');
const PropTypes = require('prop-types');

@@ -51,3 +52,3 @@ const {

NavigationHeaderBackButton.propTypes = {
onPress: React.PropTypes.func.isRequired
onPress: PropTypes.func.isRequired
};

@@ -54,0 +55,0 @@

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

const ReactNative = require('react-native');
const PropTypes = require('prop-types');

@@ -77,3 +78,3 @@ const {

NavigationHeaderTitle.propTypes = {
children: React.PropTypes.node.isRequired,
children: PropTypes.node.isRequired,
style: View.propTypes.style,

@@ -80,0 +81,0 @@ textStyle: Text.propTypes.style

@@ -25,3 +25,3 @@ /**

const { PropTypes } = React;
const PropTypes = require('prop-types');;

@@ -28,0 +28,0 @@ /* NavigationAction */

@@ -48,3 +48,3 @@ /**

const { PropTypes } = React;
const PropTypes = require('prop-types');;

@@ -51,0 +51,0 @@ const DefaultTransitionSpec = {

{
"name": "navigation-experimental-fork",
"version": "1.0.5",
"version": "1.0.6",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc