javascript - 如何在 Windows 上为 ios 构建(react-native)?

标签 javascript ios mobile react-native

是否有机会在 Windows 上为 ios 构建 react-native 项目?有什么服务吗?

最佳答案

不幸的是,目前 iOS 是不可能的(如果你不打算使用 MAC on VMware )。 但是,您可以将其用于 Android 并阅读更多详细信息 here .

注意:本指南重点介绍 Android 开发。您需要一台 Mac 来构建 iOS 应用。

As React Native on iOS requires a Mac and most of the engineers at Facebook and contributors use Macs, support for OS X is a top priority. However, we would like to support developers using Linux and Windows too. We believe we'll get the best Linux and Windows support from people using these operating systems on a daily basis.

Therefore, Linux and Windows support for the development environment is an ongoing community responsibility. This can mean filing issues and submitting PRs, and we'll help review and merge them. We are looking forward to your contributions and appreciate your patience.

As of version 0.14 Android development with React native is mostly possible on Linux and Windows. You'll need to install Node.js 4.0 or newer. On Linux we recommend installing watchman, otherwise you might hit a node file watching bug.

关于javascript - 如何在 Windows 上为 ios 构建(react-native)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35547465/

相关文章:

javascript - VueJS : what does an html attribute prefixed with a colon signify?

javascript - 如何在 vue.js 中渲染列表?

ios - 如何使用 pspdfkit 将 pdf 文件共享到电子邮件?

android - 通过蓝牙在配对的 Android 和 Raspberry PI 之间传输数据

android - 更改标题后,Google Play Top Charts 应用不再排名?

Flutter:使用 Grid 拖放

javascript - jquery 选择器和 js 选择器有什么区别?

javascript - 未捕获的 TypeError : $(. ..).ekkoLightbox 不是函数

ios - 如何使用 scheduledTimerWithTimeInterval 从另一个类调用方法 - 初学者

ios - UITableView 圆角半径无法正常工作