@nx/react-native:library
Create a React Native Library for Nx.
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
Create a React Native Library for Nx.
1nx generate library ...
21nx g lib ... #same
2By default, Nx will search for library in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/react-native:library ...
2Show what will be generated without writing to disk:
1nx g library ... --dry-run
2Generate libs/myapp/mylib:
1nx g @nx/react-native:lib mylib --directory=myapp
2A directory where the lib is placed.
(?:^@[a-zA-Z0-9-*~][a-zA-Z0-9-*._~]*\\/[a-zA-Z0-9-~][a-zA-Z0-9-._~]*|^[a-zA-Z][^:]*)$Library name.
falseGenerate a buildable library.
The library name used to import it, like @myorg/my-awesome-lib.
falseGenerate JavaScript files rather than TypeScript files.
eslinteslint, noneThe tool to use for running lint checks.
Create a publishable library.
trueWhether to enable tsconfig strict mode or not.
falseWhether or not to configure the ESLint parserOptions.project option. We do not do this by default for lint performance reasons.
Add tags to the library (used for linting).
jestjest, noneTest runner to use for unit tests.
falseSkip formatting files.
falseDo not update tsconfig.json for development experience.
falseDo not add dependencies to package.json.
Join us live for exciting talks on developer tooling and monorepos! Catch the action on YouTube and join the conversation on Discord!