react-native-material
react-native-material copied to clipboard
Not an issue, but useful thing.
If we create a jsonconfig.json file in root of the projects, we can make use of autoimports from all the libraries, seamlessly.
Contents of the jsconfig.json file should look like:
{
"exclude": [
"node_modules"
]
}
For e.g.,

Thanks!