Socket
Socket
Sign inDemoInstall

native-run

Package Overview
Dependencies
47
Maintainers
27
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    native-run

A CLI for running apps on iOS/Android devices and simulators/emulators


Version published
Weekly downloads
263K
decreased by-0.53%
Maintainers
27
Install size
8.21 MB
Created
Weekly downloads
 

Changelog

Source

2.0.1 (2024-01-25)

Bug Fixes

  • paths contain non-ascii characters cause error (#381) (77b0481)

Bug Fixes

  • typo in android variable logs (#318) (3d9251f)

  • chore!: support only node 16+ (#354) (eb20983), closes #354

  • feat(android)!: Remove AVD creation on list (#349) (2a310ff), closes #349

BREAKING CHANGES

  • drop node 10-14 support
  • removal of AVD creation feature

Readme

Source

github-actions semantic-release npm

native-run

native-run is a cross-platform command-line utility for running native app binaries (.ipa and .apk files) on iOS and Android devices. It can be used for both hardware and virtual devices.

This tool is used by the Ionic CLI, but it can be used standalone as part of a development or testing pipeline for launching apps. It doesn't matter whether the .apk or .ipa is created with Cordova or native IDEs, native-run will be able to deploy it.

Install

native-run is written entirely in TypeScript/NodeJS, so there are no native dependencies.

To install, run:

npm install -g native-run

:memo: Requires NodeJS 16+

Usage

native-run <platform> [options]

See the help documentation with the --help flag.

native-run --help
native-run ios --help
native-run android --help

Troubleshooting

Much more information can be printed to the screen with the --verbose flag.

Keywords

FAQs

Last updated on 25 Jan 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc