React Native 调试
一、console.log查看1.Android react-native log-android 2.ios react-native log-ios 二、adb命令下打开Dev菜单,避免再次摇晃手机才能弹出adb shell input keyevent 82
更多window下安装Scoop
一、系统要求Windows 7 SP1+ / Windows Server 2008+* PowerShell 3+* .NET Framework 4.5+ 并且需要翻墙 二、准备先设置 PowerShell 允许执行未签名脚本 Set-ExecutionPolicy RemoteSigned -scope CurrentUser 三、安装下载 Scoop 安装脚本进行 iex (new-object net.webclient).downloadstring(‘https://get.scoop.sh') 四、成功Initializing…Downloading scoop…Extracting…Creating shim…Downloading main bucket…Extracti..
更多