react-native-add-custom-props

add custom props tp react native component

Usage no npm install needed!

<script type="module">
  import reactNativeAddCustomProps from 'https://cdn.skypack.dev/react-native-add-custom-props';
</script>

README

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