@react-native-community/cli-config-android
This package is part of the [React Native CLI](../../README.md). It contains utilities for autolinking on Android platform.
Last updated 9 months ago by szymonrybczak .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @react-native-community/cli-config-android 
SYNC missed versions from official npm registry.

@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(),
    },
    ..
  },

Current Tags

  • 16.0.3                                ...           16.x (a year ago)
  • 17.0.1                                ...           17.x (5 months ago)
  • 18.0.1                                ...           18.x (5 months ago)
  • 19.1.2                                ...           19.x (5 months ago)
  • 20.1.3                                ...           latest (18 days ago)
  • 20.0.0-alpha.2                                ...           next (9 months ago)

26 Versions

  • 20.1.3                                ...           18 days ago
  • 20.1.2                                ...           2 months ago
  • 20.1.1                                ...           2 months ago
  • 20.1.0                                ...           3 months ago
  • 17.0.1                                ...           5 months ago
  • 18.0.1                                ...           5 months ago
  • 19.1.2                                ...           5 months ago
  • 20.0.2                                ...           7 months ago
  • 20.0.1                                ...           8 months ago
  • 20.0.0                                ...           8 months ago
  • 19.1.1                                ...           9 months ago
  • 20.0.0-alpha.2                                ...           9 months ago
  • 19.1.0                                ...           9 months ago
  • 20.0.0-alpha.0                                ...           9 months ago
  • 19.0.0                                ...           a year ago
  • 16.0.3                                ...           a year ago
  • 19.0.0-alpha.2                                ...           a year ago
  • 19.0.0-alpha.0                                ...           a year ago
  • 18.0.0                                ...           a year ago
  • 17.0.0                                ...           a year ago
  • 16.0.2                                ...           a year ago
  • 15.1.3                                ...           a year ago
  • 16.0.1                                ...           a year ago
  • 16.0.0                                ...           a year ago
  • 15.1.2                                ...           a year ago
  • 15.1.1                                ...           a year ago

Copyright 2013 - present © cnpmjs.org | Home |