Skip to content

emilioicai/react-native-currency-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-currency-format

Getting started

$ yarn add react-native-currency-format

iOS Only

$ cd ios && pod install

Usage

import CurrencyFormatter from "react-native-currency-format";

const price = 1234.56;
const currency = "EUR";
const formattedPrice = await CurrencyFormatter.format(price, currency);
console.log(formattedPrice); // "1.234,56 €"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published