Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 377 Bytes

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})