Skip to content

Releases: kuraydev/react-native-typescript-library-starter

v2.1.0 β€” Setup Wizard & Husky v9

30 Mar 14:28

Choose a tag to compare

✨ New: Interactive setup wizard (npm run setup)

No more manually editing package.json after cloning. A single command
walks you through every field β€” package name, description, GitHub username,
repo name, author, license, and keywords β€” one at a time with live
validation. Shows a full preview before writing anything, then updates
package.json, README.md, AGENTS.md, and CONTRIBUTING.md in one go.

πŸ”§ Fix: Husky v9 migration

Both git hooks (.husky/pre-commit and .husky/commit-msg) have been
migrated to the v9 format β€” the deprecated shebang and source lines
that will hard-fail in v10 are removed. pre-commit now delegates to
lint-staged correctly, commit-msg passes $1 to commitlint as required,
and the prepare script is updated to the v9 API. Hooks install
automatically on npm install β€” no separate setup step needed.

1.4.0

19 Sep 16:57

Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.4.0

Better eslintrc

12 Apr 16:26

Choose a tag to compare

Better eslintrc

New .gitignore with best practice

12 Apr 16:27

Choose a tag to compare

New .gitignore with best practice

First Release πŸ₯³πŸ€©

22 Aug 16:48

Choose a tag to compare

First Release πŸ₯³πŸ€©