Kirill Kurkoforkkurko.hashnode.net·Jan 7, 2023Improve your imports with TypeScript path aliases (React Native edition)Motivation Without many words, let’s jump into some examples of usual imports: import Header from '../../../components/Header'; import ThemeProvider from '../../../../theme/ThemeProvider'; import useLoadData from '../../hooks/useLoadData'; This is w...142 readsReact NativeAdd a thoughtful commentNo comments yetBe the first to start the conversation.