Skip to content

Instantly share code, notes, and snippets.

@enzzoperez
Last active April 5, 2022 22:48
Show Gist options
  • Save enzzoperez/d68cb643457d2df1cae5406d8310bd1a to your computer and use it in GitHub Desktop.
Save enzzoperez/d68cb643457d2df1cae5406d8310bd1a to your computer and use it in GitHub Desktop.
plugins: [
//if you already have other plugin just paste this lines below
[
'module-resolver',
{
root: ['./src'],
extensions: ['.ios.js', '.android.js', '.js', '.ts', '.tsx', '.json'],
alias: {
'@components': './src/components/index',
'@hooks': './src/hooks/index',
},
},
]
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment