After working on my project with basic react-native and npm, I encountered a problem when needing to add a new feature at a later stage. This led me to the decision of restarting the build in order to fix coding mistakes and errors.
For this fresh start, I have chosen to use yarn instead of npm, and also incorporating typescript alongside React-Native. However, I am facing a challenge after installing yarn on my Windows laptop through the installer - I am unsure how to create a react-native app and integrate typescript into it.
Browsing through documentation and forums has not provided a clear answer on the proper setup for creating a react-native app using yarn with typescript on a Windows laptop. Can someone please guide me on how to accomplish this?