How to create a TypeScript based React Native project?

In order to create React projects that are based on TypeScript code, there is a checkbox in the project creation popup screen that says "Create TypeScript Project". But for creating a React Native project having TypeScript code (like this: https://reactnative.dev/docs/typescript), there is no option for it in the project creation pop-up in WebStorm. So, does WebStorm support TypeScript based React Native Projects? If yes, how do I create it?

0
1 comment

You can follow the instructions at https://reactnative.dev/docs/typescript to create a project and then open the created app in WebStorm via File > Open.

Related feature request: https://youtrack.jetbrains.com/issue/WEB-42180

0

Please sign in to leave a comment.