React Native External Stylesheet

前端 未结 9 889
你的背包
你的背包 2021-02-03 23:12

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

9条回答
  •  -上瘾入骨i
    2021-02-03 23:46

    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.

提交回复
热议问题