@react-native-community/cli-config-apple
This package is part of the [React Native CLI](../../README.md). It contains utilities for building reusable commands targeting Apple platforms.
Last updated 7 months ago by thymikee .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @react-native-community/cli-config-apple 
SYNC missed versions from official npm registry.

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

This package is part of the React Native CLI. It contains utilities for building reusable commands targeting Apple platforms.

Installation

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

Usage

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

cli-config-apple 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: {
    visionos: {
      npmPackageName: '@callstack/react-native-visionos',
      projectConfig: getProjectConfig({platformName: 'visionos'}),
      dependencyConfig: getDependencyConfig({platformName: 'visionos'}),
    },
    ..
  },

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)

29 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
  • 15.1.0                                ...           a year ago
  • 15.0.1                                ...           a year ago
  • 15.0.1-alpha.0                                ...           a year ago

Copyright 2013 - present © cnpmjs.org | Home |