navigation-experimental-fork
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -18,3 +18,3 @@ /** | ||
const clamp = require('clamp'); | ||
const clamp = require('react-native/Libraries/Utilities/clamp'); | ||
@@ -21,0 +21,0 @@ import type { |
@@ -19,3 +19,3 @@ /** | ||
const clamp = require('clamp'); | ||
const clamp = require('react-native/Libraries/Utilities/clamp'); | ||
@@ -22,0 +22,0 @@ import type { |
{ | ||
"name": "navigation-experimental-fork", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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", |
@@ -10,3 +10,3 @@ NavigationExperimental from RN 0.43.3. Useful when you still depend on it in RN >= 0.44. | ||
`yard add navigation-experimental-fork` | ||
`yarn add navigation-experimental-fork` | ||
@@ -13,0 +13,0 @@ |
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
94381