Socket
Socket
Sign inDemoInstall

@expo/cli

Package Overview
Dependencies
Maintainers
25
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/cli

The Expo CLI


Version published
Weekly downloads
644K
increased by1.72%
Maintainers
25
Weekly downloads
 
Created

What is @expo/cli?

@expo/cli is a command-line tool that helps developers build, develop, and manage React Native projects using the Expo framework. It simplifies the process of creating, running, and deploying mobile applications.

What are @expo/cli's main functionalities?

Creating a new Expo project

This command initializes a new Expo project with a default template. You can choose from various templates like blank, tabs, or minimal.

expo init my-new-project

Running the project

This command starts the development server and opens the Expo DevTools in the browser. It allows you to run your app on an emulator, simulator, or physical device.

expo start

Building the project

This command builds the project for Android. You can also build for iOS using `expo build:ios`. It generates the APK or IPA files needed for distribution.

expo build:android

Publishing the project

This command publishes your project to Expo's hosting service, making it available to anyone with the Expo Go app. It uploads your app's JavaScript bundle and assets.

expo publish

Ejecting from Expo

This command ejects your project from the managed workflow to the bare workflow, giving you full control over the native code. This is useful if you need to add custom native modules.

expo eject

Other packages similar to @expo/cli

Keywords

FAQs

Package last updated on 07 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc