Tools for creating, running, and deploying Universal Expo and React Native apps
Learn about building and deploying universal apps in our official docs!
Let everyone know your app can be run instantly in the Expo Go app!
[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-000.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.dev/client)
[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.dev/client)
If you like the Expo CLI and want to help make it better then check out our contributing guide! Also check out the Expo repo to work on the Expo docs, modules, and components in the Expo SDK.
If you have questions about Expo and want answers, then check out our Frequently Asked Questions!
If you still have questions you can ask them on our forums or on Twitter @Expo.
Curious about who makes Expo? Here are our team members!
The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.
描述 在安装Expo-cli过程中,一直报错,切换安装工具也未能解决问题。 观察发现,貌似错误集中于最后一步的时候: // 出现多次的错误(大致是这个吧,当时忘复制了) envsub@3.1.0 postinstall error: test -d .git && cp gitHookPrePush.sh .git/hooks/pre-push || true 解决的尝试 // 先进行安装,而不
下面的代码建立在 expo-cli 项目中 使用 react navigation 5.0 安装依赖包: yarn add @react-navigation/native // 安装 tab 导航 yarn add @react-navigation/bottom-tabs // 安装 stack 导航 yarn add @react-navigation/stack // 安装 icons y
开发ReactNative配置expo-cli遇到的问题 当尝试使用npm install -g expo-cli在我的笔记本端时,在执行到extract xsjx@someVersions时,电脑死机了。*这是一个神舟的电脑,发现拔掉鼠标的连线,开机的那段等待时间大大缩短。*然后再我的一台台式机上尝试,发现安装正常。所以我判断是系统问题。之前用的系统是那种快速安装,这样的系统有很多权限被乱设置了
1.安装expo-cli npm install expo-cli --global 2.创建项目 expo init my-new-project 3.启动项目 cd my-new-project expo start
Expo 包含一组工具、库和服务,可以让你用 JavaScript 构建 Android 和 iOS 的原生应用。该开源项目主要是客户端软件,包括客户端 app、模块、应用等。 支持访问设备功能,如摄像头、定位、通知、传感器等,并且这些接口是跨平台的。你无需使用 Xcode 或者 Android Studio 就可以生成直接在应用商店发布的应用。支持 OTA 更新,无需应用商店审核。 使用 Exp
expo-phaser Tools for using Phaser-ce to build native 2D games in Expo �� Installation Usage Functions Example Demo Installation yarn add expo-phaser Usage Import the library into your JavaScript file
Expo Voxel Tutorial �� Watch the video tutorial: Youtube �� Stack �� Expo React Native THREE.js Special Thanks �� Voxel Terrain by Mr. Doob Nikhilesh Sigatapu Charlie Cheever Expo Team
我是一名经验丰富的android开发者,并开始学习react native。我正在用ubuntu做一个项目。我使用了像这样的代码,并使用visualstudio代码作为代码编辑器。 要在我的物理设备上运行一个项目,我在终端上运行,将目录更改为项目目录,然后我开始localhost如,然后我通过此代码在android上启动我的项目。该项目在我的物理设备上运行良好。 但是当我使用展览时,我得到了一个错
我已经用Expo创建了应用程序。 一切都很好,我可以在ios和android模拟器上运行应用程序。 当我使用命令获得apk文件时。 我设法从设备上得到了一个堆栈跟踪,下面是它所说的。 Expo SDK需要Expo才能运行。本机Expo模块似乎不可用,此代码未在Expo上运行。访问https://docs.Expo.io以了解有关开发Expo项目的更多信息。 版本信息 因此,我无法将我的应用程序发布