create-react-native-app 和 exp init 之间的区别 [英] differences between create-react-native-app and exp init

查看:20
本文介绍了create-react-native-app 和 exp init 之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发现 create-react-native-app 是基于 expo 的.但是在使用exp-cli的时候,也是基于expo的.

I found that create-react-native-app is based on expo. but when using exp-cli, it is also based on Expo.

create-react-native-app 和 exp init 有什么区别?

what are differences between create-react-native-app and exp init ?

推荐答案

这个问题的答案在 展会文档

Create React Native App 让您无需任何操作即可构建 React Native 应用程序构建配置.这听起来很熟悉,因为 Expo 确实如此这也是——当你用 XDE 或 exp 创建一个项目时,你不需要必须处理 Xcode 或 Android Studio 配置文件,它只是作品.本指南旨在概述一些主要区别在 Expo 和 CRNA (create-react-native-app) 之间.

Expo & "Create React Native App"

Create React Native App lets you build a React Native app without any build configuration. This may sound familiar to you because Expo does this as well -- when you create a project with XDE or exp you don't have to deal with Xcode or Android Studio configuration files, it just works. This guide is intended to outline some of the key differences between Expo and CRNA (create-react-native-app).

CRNA 不要求您拥有 Expo 帐户

您可以运行 create-react-native-app YourAppName 并离开.那么什么不拥有一个帐户意味着什么,注册和使用 XDE/exp 意味着什么明白了——为什么我们需要世博会?拥有世博账户允许您执行以下操作:

You can run create-react-native-app YourAppName and off you go. So what does not having an account mean, and what would signing up and using XDE/exp get you -- why do we require it with Expo? Having an Expo account allows you to do the following:

  • 将您的项目发布到永久 URL,例如:https://expo.io/@community/reactconf2017.有关更多信息,请参阅在 Expo 上发布.
  • 为应用/游戏商店分发构建二进制文件.要在不使用 Expo 的情况下使用 CRNA,您需要运行弹出.
  • Publish your project to a permanent URL, eg:https://expo.io/@community/reactconf2017.See Publishing on Expo for more information.
  • Build binaries for app / play store distribution. To do this with CRNA without using Expo, you would need to run eject.

这篇关于create-react-native-app 和 exp init 之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆