navigation-experimental-fork
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95265
33
2738