react-native-custom-style
Version:
Custom style for easy style and responsive font, views
11 lines (7 loc) • 356 B
JavaScript
import { NativeModules } from 'react-native';
export {default as Color} from './src/Color';
export {default as FontFamily} from './src/FontFamily';
export {default as FontSize} from './src/FontSize';
export {default as Integer} from './src/Integer';
const { RNReactNativeCustomStyle } = NativeModules;
export default RNReactNativeCustomStyle;