摘要:
如何打开ios项目? 导入或者双击ios/thirtydays.xcodeproj 阅读全文
摘要:
怎么删除iOS模拟器上的应用程序: 和手机上一样,鼠标长按,点击删除 xcode 卸载模拟器 Simulator:删除目录/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS下对应的模拟器即可 使用模拟器的Hardware下的erase all 阅读全文
摘要:
Build Active Architecture Only 设置: 设置为NO的时候,会导致react native项目启动失败npx react native run ios 根据错误信息 building for iOS Simulator i386 but attempting to lin 阅读全文
摘要:
npm 设置为淘宝源 使用nrm管理 nrm: npm registry manage nrm ls yarn 查看源 设置为淘宝源 设置为默认 `yarn config set registry https://registry.yarnpkg.com` 阅读全文
摘要:
react native 设置启动模拟器 1. 查看iOS可选设备: xcrun simctl list devices 2. iPhone7 Plus启动(下次启动会默认使用最后一次选择设备,直接启动npx react native run ios 即可): npx react native ru 阅读全文
摘要:
react native字体react native vector icons在ios下的使用 官网和网上有各种针对ios/android的安装和使用方法;能够使用了,基本就等于安装成功了。 react native vector icons 的图标分为几个模块, 使用的时候先import Font 阅读全文