Marlon Johnson
Marlon Johnson
was wondering if you're converting the files to TypeScript how are you splitting what needs to be done first? @abuuzayr
@abuuzayr I think first making sure the config files down to the lint tools support ts, tsx file types. Looking at the files that share common types, hooks, and etc.
Interesting... I wonder why the reason to move away from TypeScript before.
> Here's my solution: > > ```tsx > import Constants from "expo-constants"; > > // Types on this are wrong. This exists, and `host` does not. > const origin =...