0.2.0 • Published 6 years ago

react-native-add-custom-props v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

react-native-add-custom-props

add custom props tp react native component

Install

$ yarn add react-native-add-custom-props

Usage

import addCustomProps from 'react-native-add-custom-props'
// 处理ios系统文字,可以判断一下平台
addCustomProps(Text, {allowFontScaling: false})
addCustomProps(TextInput, {allowFontScaling: false})