Skip to content

create-react-native-library@0.55.2

Choose a tag to compare

@satya164 satya164 released this 10 Dec 15:07
· 8 commits to main since this release
create-react-native-library@0.55.2
d91c82a

0.55.2 (2025-12-10)

This CLI is rewritten in this release, so you may ecounter breaking changes. Notable changes are:

  • camelCase arguments are no longer supported, the CLI must receive arguments in kebab-case
  • the --tools option no longer receives positional arguments, multiple tools can be specified by passing --tools multiple times (--tools eslint --tools jest) or no tools with --tools=

Bug Fixes