Is there a way in React Native that I can put all of my styles in a single file so it can easily be maintained (from my perspective) like in HTML we have a .css fil
.css
You can try my project rn-less.
It isolates your stylesheet from your jsx/js files with less.js.
And I have a VS Code extension for it, with which you can jump between .less files and .js/.jsx files easily.