@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
./.storybook/story-loader.js
The output file that will be written. It is relative to the project directory.
pattern
**/*.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
The directory or directories, relative to the project root, to search for files in.
silent
false
Silences output.
Options playground
This is an example of what the properties looks like and their values. Go ahead and try, test your configuration this is a live-edit window, you can interact directly and get intellisense on property's values.