Nicer class names when using React Native Web?

Im finding it a bit hard to navigate my components when styling as when I look at the markup in the browser dev tools there are no semantic elements and the class names don’t correspond to the React components.

Is there a way to have prettier HTML / class names when debugging? When doing non-native web development sometimes CSSinJS libraries give you this. However Ive tried Emotion and it doesnt do this for native.

@jamesweblondon use the reactjs devtools extension.

You can’t change the way classnames are generated, but it’ll break everything down into components for you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.