Migrate the iOSDevice from js to tsx
Summary: As per the title. Reviewed By: jknoxville Differential Revision: D16668086 fbshipit-source-id: c246fcaf117802cf1d3c6b3959bf0d0c2761fdce
This commit is contained in:
committed by
Facebook Github Bot
parent
eb26a74327
commit
f408f3f949
@@ -13,8 +13,8 @@ import {promisify} from 'util';
|
||||
import path from 'path';
|
||||
import child_process from 'child_process';
|
||||
const execFile = child_process.execFile;
|
||||
import IOSDevice from '../devices/IOSDevice';
|
||||
import iosUtil from '../fb-stubs/iOSContainerUtility.tsx';
|
||||
import IOSDevice from '../devices/IOSDevice.tsx';
|
||||
import isProduction from '../utils/isProduction.js';
|
||||
import GK from '../fb-stubs/GK.tsx';
|
||||
import {registerDeviceCallbackOnPlugins} from '../utils/onRegisterDevice.js';
|
||||
|
||||
Reference in New Issue
Block a user