Convert react-like style objects to css style strings.
rewrite react-native style plain Object to StyleSheet object
turn an object to style string, for example: javascript styleStringify({ color: 'red', fontSize: 16, }) // get 'color: red; font-size: 16px; '