You can now use the new CLI to create a project 🎉 : `npx react-native init MyApp --template react-native-template-typescript@next`
See original GitHub issueYou can now use the new CLI to create a project 🎉 : npx react-native init MyApp --template react-native-template-typescript@next
_Originally posted by @emin93 in https://github.com/react-native-community/react-native-template-typescript/issues/38#issuecomment-509919457_
Issue Analytics
- State:
- Created 4 years ago
- Comments:12
Top Results From Across the Web
react-native-template-typescript - npm
Start using react-native-template-typescript in your project by running ... If you wish to not use npx , you can also install the new...
Read more >Install in React Native project - NativeBase
Create a new project using ReactNative CLI with NativeBase template ... npx react-native init MyApp --template @native-base/react-native-template.
Read more >How to Create a React App with a Node Backend
First create a folder for your project, called react-node-app (for example). Then, drag that folder into your code editor. To create our Node ......
Read more >How to build a React library using TypeScript - Prateek Surana
Also, thanks to NPM, publishing a new JavaScript module has never been easier. All you need to do is point the main JavaScript...
Read more >Tutorial - Set up fullstack project - React Native - Amplify Docs
Next, install the local Amplify dependencies. The directions here will depend on whether you are using Expo or the React Native CLI. ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@roybarman please don’t do
npm install -g react-native-cli, it does not make any sense nowI had the exact same issue as @Yashas0796 . The following exact commands (in this following order) resolved it.
$ npm uninstall -g react-native-cli$ npm install -g react-native-cli$ react-native init MyApp