I've seen a log of tutorials and articles about upgrading React Native project and a lot of articles about migrating existing JS project to TypeScript. However, I have yet to see one for React Native + TypeScript upgrade to latest version.
I currently have React Native 0.61.5 + TypeScript app.
I want to upgrade it to 0.62.x.
Has anyone tried it?
What is the best/recommended way to achieve this?
Thanks~~