mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Doing a round of yarn lint --fix (#50036)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50036 This is my friday round of fixing some warnings in our codebase. Those are all minor bits that should be fixed. Changelog: [Internal] [Changed] - Reviewed By: huntie Differential Revision: D71209124 fbshipit-source-id: 40aa231e049025bbff9dff8a572784bb1a9f324b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4435d7b8dc
commit
f760c11f65
@@ -8,11 +8,11 @@
|
||||
* @flow strict-local
|
||||
*/
|
||||
|
||||
import type {EventSubscription} from '../vendor/emitter/EventEmitter';
|
||||
import type {Task} from './TaskQueue';
|
||||
|
||||
import * as ReactNativeFeatureFlags from '../../src/private/featureflags/ReactNativeFeatureFlags';
|
||||
import EventEmitter from '../vendor/emitter/EventEmitter';
|
||||
import type {EventSubscription} from '../vendor/emitter/EventEmitter';
|
||||
|
||||
const BatchedBridge = require('../BatchedBridge/BatchedBridge').default;
|
||||
const infoLog = require('../Utilities/infoLog').default;
|
||||
|
||||
@@ -20,14 +20,14 @@ import * as ReactNativeFeatureFlags from '../../src/private/featureflags/ReactNa
|
||||
import {getFabricUIManager} from '../ReactNative/FabricUIManager';
|
||||
import Platform from '../Utilities/Platform';
|
||||
|
||||
const UIManager = require('../ReactNative/UIManager').default;
|
||||
|
||||
export type {
|
||||
LayoutAnimationType,
|
||||
LayoutAnimationProperty,
|
||||
LayoutAnimationAnimationConfig as LayoutAnimationAnim,
|
||||
} from '../Renderer/shims/ReactNativeTypes';
|
||||
|
||||
const UIManager = require('../ReactNative/UIManager').default;
|
||||
|
||||
// Reexport type
|
||||
export type LayoutAnimationConfig = LayoutAnimationConfig_;
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
import type {RNTesterModuleInfo, ScreenTypes} from './types/RNTesterTypes';
|
||||
|
||||
import ReportFullyDrawnView from '../ReportFullyDrawnView/ReportFullyDrawnView';
|
||||
import RNTesterModuleContainer from './components/RNTesterModuleContainer';
|
||||
import RNTesterModuleList from './components/RNTesterModuleList';
|
||||
import RNTesterNavBar, {navBarHeight} from './components/RNTesterNavbar';
|
||||
@@ -26,7 +27,6 @@ import {
|
||||
getExamplesListWithRecentlyUsed,
|
||||
initialNavigationState,
|
||||
} from './utils/testerStateUtils';
|
||||
import ReportFullyDrawnView from '../ReportFullyDrawnView/ReportFullyDrawnView';
|
||||
import * as React from 'react';
|
||||
import {
|
||||
BackHandler,
|
||||
|
||||
Reference in New Issue
Block a user