Version 4.0.0 Release
· 2 min read
4.0.0 (2026-01-16)
Features
- templates: Added new
expo-apptemplate for React Native development with Expo. - templates: Added new
ionic-apptemplate for cross-platform app development with Ionic React. - templates: Added
doctorscript toreact-native-apptemplate for easier troubleshooting. - cli: Improved entry point detection logic for better compatibility with
npxand global installs. - cli: Added safeguards to prevent overwriting existing configuration files (
tsconfig.json,eslint.config.js,.prettierrc) if provided by the template. - cli: Added
--list-templatescommand to list all available templates. - cli: Added
--view-template <Template-Name>command to view detailed information about a specific template.
Bug Fixes
- cli: Fixed issue where the wizard would not launch correctly when installed globally or run via
npx. - deps: Updated root project dependencies to latest versions, including
inquirer,esbuild,vitest, andeslint. - deps: Updated dependencies for all templates to their latest stable versions.
- templates: Fixed build issues in
react-native-apptemplate by updatingreact-native-screens,react-native-reanimated, andreact-native-gesture-handler. - templates: Fixed TypeScript errors in
react-native-apptemplate by adding"jsx": "react-native"totsconfig.json. - templates: Resolved compatibility issues with
react-native-reanimatedinreact-native-apptemplate by addingreact-native-worklets-coreand configuring the Babel plugin.
