felix-cao / Blog

A little progress a day makes you a big success!
31 stars 4 forks source link

React Native 入门 --- 打包发布 #85

Open felix-cao opened 5 years ago

felix-cao commented 5 years ago

如何将 React Native 编码的应用程序发布出来供 Androidios 下载安装呢?本文主要讲解 React Native App 构建发布。

一、Android 打包

进入项目根目录,执行

expo start

再打开一个终端

expo build: android

打包成功

二、iOS 打包

iOS 打包 请移步 如何用 Xcode 编译调试 React Native 项目 #83 和 Xcode10 - 导出ipa