React Native imports
Absolute imports in React Native
In React Native, importing components, functions, or assets may look ugly with relative importing like '../../../../components'. Let’s learn, how can you get rid of this kind of imports and start using imports like '@/components” or “@myapp/components'
Web & Mobile Engineer