@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 2 months ago by thymikee .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm 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

  • 15.1.2                                ...           latest (2 months ago)

5 Versions

  • 15.1.2                                ...           2 months ago
  • 15.1.1                                ...           2 months ago
  • 15.1.0                                ...           2 months ago
  • 15.0.1                                ...           2 months ago
  • 15.0.1-alpha.0                                ...           2 months ago

© 2010 - cnpmjs.org x YWFE | Home | YWFE