Migrate androidDevice dispatcher from js to tsx
Summary: As per the title Reviewed By: jknoxville Differential Revision: D16689714 fbshipit-source-id: 1ff415a89b4ac91ffd4a23e8b50ec9fedfeea40e
This commit is contained in:
committed by
Facebook Github Bot
parent
0c0d595cbb
commit
03b5b133b8
@@ -4,7 +4,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
* @format
|
||||
*/
|
||||
import {getActiveAndroidDevices} from '../dispatcher/androidDevice';
|
||||
import {getActiveAndroidDevices} from '../dispatcher/androidDevice.tsx';
|
||||
import {getActiveDevicesAndSimulators} from '../dispatcher/iOSDevice';
|
||||
import type BaseDevice from '../devices/BaseDevice.tsx';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user