simply generate style file for your react native component
after installing the extension, open your component file and press ctrl+shift+i (for mac cmd+shift+i), then you will see a style file generated in the same directory.
this is a VScode extension that provides styles for your components in react native projects, you just need to follow the readme
TypeScriptMIT