UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

9 lines 226 B
import { StyleSheet } from 'react-native'; const findStyle = (key, component) => { const style = component?.props?.style; if (style) { return StyleSheet.flatten(style)[key]; } return style; }; export { findStyle };