Socket
Socket
Sign inDemoInstall

@react-native-community/cli-platform-android

Package Overview
Dependencies
Maintainers
23
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-platform-android


Version published
Weekly downloads
2.7M
increased by9.13%
Maintainers
23
Weekly downloads
 
Created

What is @react-native-community/cli-platform-android?

The @react-native-community/cli-platform-android package is a part of the React Native CLI which provides tools and utilities for managing and building React Native applications for the Android platform. It includes commands for building APKs, linking native modules, and more, tailored specifically for Android development within a React Native context.

What are @react-native-community/cli-platform-android's main functionalities?

Building APKs

This command is used to compile the React Native app and build an APK for Android. It can be used for both debugging and release builds.

npx react-native run-android

Linking native modules

Automatically links native module dependencies for Android by updating the necessary Android configuration files.

npx react-native link [package-name]

Starting the Metro bundler

Starts the Metro bundler which is used to compile the JavaScript code of the React Native app.

npx react-native start

Other packages similar to @react-native-community/cli-platform-android

FAQs

Package last updated on 20 Apr 2019

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