Nativewind ClassName error fixed in VS Code
Suddenly in the react native project ClassName gets an error in VS Code sonarlint.
After completing Nativewind guide for typescript, still ClassName error is still not rectified.
Simple solution :
mv app.d.ts app.d.tsx
Rename app.d.ts -> app.d.tsx
I...
joysam.hashnode.dev1 min read