Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert kebab-case (dash-case) classnames to camelCase #43

Open
martin-braun opened this issue Jan 20, 2021 · 1 comment
Open

Convert kebab-case (dash-case) classnames to camelCase #43

martin-braun opened this issue Jan 20, 2021 · 1 comment

Comments

@martin-braun
Copy link

Please give an option to convert classnames with dashes to camcelCase in the code. I.e. .my-class selector should be usable with styles.myClass instead of styles['my-class'].

It feels more natural to me, as I can use conservative class names in SCSS while avoiding the bracket madness in React.

@kristerkari
Copy link
Owner

There is a plugin that uses the styleName property that allows you to use whichever selector style that you want:
https://github.com/kristerkari/babel-plugin-react-native-stylename-to-style#multiple-classes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants