Please enable JavaScript.
Coggle requires JavaScript to display documents.
React Native (style (practical (Keep the style attached to the component…
React Native
style
-
practical
Keep the style attached to the component so when you are reusing the component, the style already inside
-
-
-
trick
-
style={[style.text, {color:blue}]}
Use Dimension from 'react-native' to get width, height of the device
-
-
-