I need to detect the css value source for a component, currently, I get this in react-native-debugger
:
I can't find the style source that caused the padding value to be 14 as above.
Any idea how to debug this? I am from a web design background, I usually use Chrome to find the source css file, but in react-native I am just starting to learn.