@nx/react-native:stories
Generate stories/specs for all components declared in a React Native project.
Webinar: Making the Argument for MonoreposWebinar: Making the Argument for MonoreposRegister now!
Generate stories/specs for all components declared in a React Native project.
1nx generate stories ...
2By default, Nx will search for stories in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/react-native:stories ...
2Show what will be generated without writing to disk:
1nx g stories ... --dry-run
2Project for which to generate stories.
trueSet up Storybook interaction tests.
[*.stories.ts,*.stories.tsx,*.stories.js,*.stories.jsx,*.stories.mdx]Paths to ignore when looking for components.
falseGenerate JavaScript files rather than TypeScript files.
falseSkip formatting files.