UNPKG

@nx/react-native

Version:

The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: -Integration with libraries such as Jest, Detox, and Storybook. -Scaffolding for creating buildable libraries th

34 lines (33 loc) 1.08 kB
{ "version": 2, "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativePodInstall", "$schema": "https://json-schema.org/schema", "title": "Run Pod Install for React Native iOS Project", "description": "Run `pod install` for React Native iOS Project.", "type": "object", "properties": { "buildFolder": { "description": "Location for iOS build artifacts. Corresponds to Xcode's \"-derivedDataPath\". Relative to ios directory.", "type": "string", "default": "./build" }, "repoUpdate": { "description": "Force running `pod repo update` before install.", "type": "boolean", "default": false }, "deployment": { "description": "Disallow any changes to the Podfile or the Podfile.lock during installation.", "type": "boolean", "default": false }, "useBundler": { "description": "Run cocoapods within a Bundler environment, i.e. with the `bundle exec pod install` command", "type": "boolean", "default": false } }, "required": ["buildFolder"] }