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:
Pritesh Nandgaonkar
2019-08-09 07:47:34 -07:00
committed by Facebook Github Bot
parent eb26a74327
commit f408f3f949
4 changed files with 23 additions and 25 deletions

View File

@@ -8,7 +8,7 @@
import {Button, ButtonGroup, Component} from 'flipper';
import {connect} from 'react-redux';
import AndroidDevice from '../devices/AndroidDevice.tsx';
import IOSDevice from '../devices/IOSDevice';
import IOSDevice from '../devices/IOSDevice.tsx';
import expandTilde from 'expand-tilde';
import fs from 'fs';
import os from 'os';