@react-navigation/devtools
Advanced tools
Comparing version 6.0.0-next.11 to 6.0.0-next.12
@@ -6,2 +6,10 @@ # Change Log | ||
# [6.0.0-next.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.11...@react-navigation/devtools@6.0.0-next.12) (2021-05-27) | ||
**Note:** Version bump only for package @react-navigation/devtools | ||
# [6.0.0-next.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.10...@react-navigation/devtools@6.0.0-next.11) (2021-05-26) | ||
@@ -8,0 +16,0 @@ |
@@ -8,7 +8,5 @@ "use strict"; | ||
var React = _interopRequireWildcard(require("react")); | ||
var _deepEqual = _interopRequireDefault(require("deep-equal")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var React = _interopRequireWildcard(require("react")); | ||
@@ -19,2 +17,4 @@ function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function () { return cache; }; return cache; } | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function useDevToolsBase(ref, callback) { | ||
@@ -21,0 +21,0 @@ const lastStateRef = React.useRef(); |
@@ -8,6 +8,6 @@ "use strict"; | ||
var _nonSecure = require("nanoid/non-secure"); | ||
var React = _interopRequireWildcard(require("react")); | ||
var _nonSecure = require("nanoid/non-secure"); | ||
var _useDevToolsBase = _interopRequireDefault(require("./useDevToolsBase")); | ||
@@ -14,0 +14,0 @@ |
@@ -0,3 +1,3 @@ | ||
import deepEqual from 'deep-equal'; | ||
import * as React from 'react'; | ||
import deepEqual from 'deep-equal'; | ||
export default function useDevToolsBase(ref, callback) { | ||
@@ -4,0 +4,0 @@ const lastStateRef = React.useRef(); |
@@ -0,3 +1,3 @@ | ||
import { nanoid } from 'nanoid/non-secure'; | ||
import * as React from 'react'; | ||
import { nanoid } from 'nanoid/non-secure'; | ||
import useDevToolsBase from './useDevToolsBase'; | ||
@@ -4,0 +4,0 @@ let FlipperModule; |
@@ -0,3 +1,3 @@ | ||
import type { NavigationAction, NavigationContainerRef, NavigationState } from '@react-navigation/core'; | ||
import * as React from 'react'; | ||
import type { NavigationContainerRef, NavigationState, NavigationAction } from '@react-navigation/core'; | ||
export default function useDevToolsBase(ref: React.RefObject<NavigationContainerRef<any>>, callback: (...args: [type: 'init', state: NavigationState | undefined] | [ | ||
@@ -4,0 +4,0 @@ type: 'action', |
@@ -0,3 +1,3 @@ | ||
import type { NavigationContainerRef } from '@react-navigation/core'; | ||
import * as React from 'react'; | ||
import type { NavigationContainerRef } from '@react-navigation/core'; | ||
export default function useFlipper(ref: React.RefObject<NavigationContainerRef<any>>): void; |
@@ -0,3 +1,3 @@ | ||
import type { NavigationContainerRef } from '@react-navigation/core'; | ||
import * as React from 'react'; | ||
import type { NavigationContainerRef } from '@react-navigation/core'; | ||
export default function useReduxDevToolsExtension(ref: React.RefObject<NavigationContainerRef<any>>): void; |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "6.0.0-next.11", | ||
"version": "6.0.0-next.12", | ||
"keywords": [ | ||
@@ -43,3 +43,3 @@ "react", | ||
"devDependencies": { | ||
"@react-navigation/core": "^6.0.0-next.10", | ||
"@react-navigation/core": "^6.0.0-next.11", | ||
"@testing-library/react-native": "^7.2.0", | ||
@@ -71,3 +71,3 @@ "@types/deep-equal": "^1.0.1", | ||
}, | ||
"gitHead": "29cdd886a066415370f7705b47c2d02dde29776f" | ||
"gitHead": "a184ce24b3d7a8a37667d3f43ac043fef0231db4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
71902