mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 12:35:39 +08:00
chore: sort imports automatically
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import type {
|
||||
NavigationAction,
|
||||
NavigationContainerRef,
|
||||
NavigationState,
|
||||
NavigationAction,
|
||||
} from '@react-navigation/core';
|
||||
import deepEqual from 'deep-equal';
|
||||
import * as React from 'react';
|
||||
|
||||
export default function useDevToolsBase(
|
||||
ref: React.RefObject<NavigationContainerRef<any>>,
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import * as React from 'react';
|
||||
import type { NavigationContainerRef } from '@react-navigation/core';
|
||||
import type { Flipper } from 'react-native-flipper';
|
||||
import { nanoid } from 'nanoid/non-secure';
|
||||
import * as React from 'react';
|
||||
import type { Flipper } from 'react-native-flipper';
|
||||
|
||||
import useDevToolsBase from './useDevToolsBase';
|
||||
|
||||
let FlipperModule: typeof import('react-native-flipper') | undefined;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import type { NavigationContainerRef } from '@react-navigation/core';
|
||||
import * as React from 'react';
|
||||
|
||||
import useDevToolsBase from './useDevToolsBase';
|
||||
|
||||
type DevToolsConnection = {
|
||||
|
||||
Reference in New Issue
Block a user