react-native-material icon indicating copy to clipboard operation
react-native-material copied to clipboard

Not an issue, but useful thing.

Open sahilrajput03 opened this issue 5 years ago • 0 comments

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!

sahilrajput03 avatar Aug 23 '20 16:08 sahilrajput03