react-native-otp-textinput
react-native-otp-textinput copied to clipboard
系统修改字体大小后 OTP Text内容显示不正确
建议添加一个属性是否跟随系统字体大小。 ··· <Text {...props} + allowFontScaling={false}> {children} </Text> ···