@nrwl/react-native:storybook

Load stories for react native.

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/configuration/projectjson#targets.

Options

outputFile

Required
string
Default: ./.storybook/story-loader.js

The output file that will be written. It is relative to the project directory.

pattern

Required
string
Default: **/*.stories.@(js|jsx|ts|tsx|md)

The pattern of files to look at. It can be a specific file, or any valid glob. Note: if using the CLI, globs with **/*... must be escaped with quotes

searchDir

Required
string

The directory or directories, relative to the project root, to search for files in.

silent

boolean
Default: false

Silences output.