我在adb中检测到2个设备.一个来自我的genymotion,另一个来自我的真实设备:
$ adb devices
List of devices attached
192.168.57.101:5555 device
e78ab88d device
Run Code Online (Sandbox Code Playgroud)
我想运行我的离子应用程序e78ab88d device.我怎样才能实现这一目标?如果我运行ionic run android,它会自动在我的genymotion设备上运行.它说,没有指定目标.
img没有指定目标
在特定设备上运行什么命令?
我在我的反应原生项目中使用eslint airbnb.如果我没有验证道具,特别是来自道具,那么eslint throw错误linting react-navigation.
我试图像这样验证它:
IntroScreen.propTypes = {
navigation: PropTypes.shape({
navigate: PropTypes.func,
}),
};
Run Code Online (Sandbox Code Playgroud)
我如何通过默认道具,我应该?