react native金额格式化组件

(1)概述

这是一个react native的金额格式化组件,基于Text封装而成,同时支持ios和android。
react-native-moneyformattext 点击这里到github,先上图

(2)用法

介绍一下用法:主要是提供一个状态,在state中管理这个状态,当然用mobx或者redux也可以!

1、首先,引用该项目在命令行输入

npm install -save react-native-moneyformattext;

2、在项目中添加引用

import {MoneyFormatText} from "react-native-moneyformattext";

Props

Prop Type Optional Default Description
text string Yes "" content of this component
textColor color Yes '#E51111' color of text
style style Yes style for this component
bigTextFontSize number Yes 25 big fontSize for one of these parts in text
smallTextFontSize number Yes 12 small fontSize for one of these parts in text
textStyle style Yes style for text when status!="money" (just normal text)
status string Yes "money" if status="money" show formatted money,else show normal text
hasRMB bool Yes true if true,will show RMB
RMB string Yes "¥" the symbol of money

3、在项目中使用

Usage example

import MoneyFormatText from "react-native-moneyformattext";

<MoneyFormatText text="1200000" bigTextFontSize={20} smallTextFontSize={12} hasRMB={true} RMB="$"/>
<MoneyFormatText text="¥1200000" bigTextFontSize={20} smallTextFontSize={12} hasRMB={true}/>
<MoneyFormatText text="¥1200000" bigTextFontSize={20} smallTextFontSize={12} hasRMB={false} RMB="$"/>
<MoneyFormatText text="$1200000" bigTextFontSize={20} smallTextFontSize={12} hasRMB={true} RMB="¥" textColor="red"/>
<MoneyFormatText text="¥1200000" bigTextFontSize={20} smallTextFontSize={12} hasRMB={true} RMB="¥" textColor="black"/>
<MoneyFormatText text="$1200000" bigTextFontSize={20} smallTextFontSize={12} hasRMB={true} RMB="¥"/>

有什么建议和意见欢迎@我

原创博客,欢迎转载!

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 前言 本文 有配套视频,可以酌情观看。 文中内容因各人理解不同,可能会有所偏差,欢迎朋友们联系我讨论。 文中所有内...
    珍此良辰阅读 14,096评论 23 111
  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 175,807评论 25 709
  • React中没有类似Angular那样的双向数据绑定,在做一些表单复杂的后台类页面时,监听、赋值、传递、校验时编码...
    tedyuen777阅读 13,299评论 1 23
  • 几天前,我参加了一场读书会活动,活动有书法讲授及书法互动环节。 书法互动时,老师发了一张“书”字的字体源流,每一位...
    李丽霞阅读 3,362评论 0 1
  • 可能淡而又淡方才为名贵,接受“你”等于接受另一种高度,但不巧已吃下凡夫俗子的药,已另一种魂漠视生命的河水,高冷的急...
    Cam_eron阅读 1,742评论 0 0