I just created a sample react-native project with the following command.
react-native init SampleProject --template typescript
Then I got the red line of Editor. How to fix this?
I guess this concerns with extension.What extension should I install for typescript in react-native?