We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved from facebook/react-native#26303 by @GreatAuk
React Native version: 0.61.0-rc.0
excute npx react-native@0.61.0-rc.0 init RNTest --template typescript
npx react-native@0.61.0-rc.0 init RNTest --template typescript
but npx react-native init RNTest --template typescript is ok.
npx react-native init RNTest --template typescript
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered:
In the latest version, we dropped support for template name shortcuts.
--template typescript was resolved to react-native-template-typescript, now it will be resolved just to typescript.
--template typescript
react-native-template-typescript
typescript
You will need to use next version on react-native-template-typescript which is available on the separate branch https://github.com/react-native-community/react-native-template-typescript/tree/master-cli-v2.
next
You need to init your project with:
npx react-native@0.61.0-rc.0 init RNTest --template react-native-template-typescript@next
Sorry, something went wrong.
No branches or pull requests
Moved from facebook/react-native#26303 by @GreatAuk
Original issue
React Native version: 0.61.0-rc.0
Steps To Reproduce
excute
npx react-native@0.61.0-rc.0 init RNTest --template typescript
but
npx react-native init RNTest --template typescript
is ok.Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: