@nx/react-native:pod-install

Run pod install for React Native iOS Project.

Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.

Options

buildFolder

Required
string
Default: ./build

Location for iOS build artifacts. Corresponds to Xcode's "-derivedDataPath". Relative to ios directory.

deployment

boolean
Default: false

Disallow any changes to the Podfile or the Podfile.lock during installation.

repoUpdate

boolean
Default: false

Force running pod repo update before install.

useBundler

boolean
Default: false

Run cocoapods within a Bundler environment, i.e. with the bundle exec pod install command