@react-native-community/cli-config-android
TypeScript icon, indicating that this package has built-in type declarations

15.1.2 • Public • Published

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

This package is part of the React Native CLI. It contains utilities for autolinking on Android platform.

Installation

yarn add @react-native-community/cli-config-android

Usage

This package is intended to be used internally in React Native CLI and by out of tree platforms.

cli-config-android exports utilities to create OOT platform config for autolinking.

  • getProjectConfig() - creates project config for given platform
  • getDependencyConfig() - creates dependency config for given platform

Example (<oot-platform>/packages/react-native/react-native.config.js):

  platforms: {
    android: {
      projectConfig: getProjectConfig(),
      dependencyConfig: getDependencyConfig(),
    },
    ..
  },

Readme

Keywords

none

Package Sidebar

Install

npm i @react-native-community/cli-config-android

Weekly Downloads

56,473

Version

15.1.2

License

MIT

Unpacked Size

83.8 kB

Total Files

55

Last publish

Collaborators

  • react-native-community-bot
  • szymonrybczak
  • react-native-bot
  • wootwootwoot
  • dmitryrykun
  • safaiyeh
  • cortinico
  • lunaleaps
  • bartoszklonowski
  • titozzz
  • empyrical
  • cpojer
  • mattoakes
  • ferrannp
  • mike866
  • krizzu
  • trensik
  • thymikee
  • nicholaslee119
  • mmazzarolo
  • rewieer
  • janicduplessis
  • swaagie
  • kelset
  • johandutoit
  • vonovak
  • wojteg1337
  • naturalclar
  • connectdotz
  • pvinis
  • brentvatne
  • evanbacon
  • eliwhite
  • alloy