How to setup module resolution and path aliases with React Native and TypeScript
Nov 3 · 4 min read
As your React Native app grows the codebase, it becomes more challenging to manage all the connections between the JavaScript and the TypeScript files. The more complex your folder structure evolves, the harder it is to keep all the path tracking intact. Having deeply nested file structure can lead to some monsters like this:

