How to use locale from Numeral.js in react-native? -


i want change currency format in numeral.js country. how that?

did manage solve problem?

i needed use pt-br , did it:

import numeral "numeral"; import "numeral/locales/pt-br";  // switch between locales numeral.locale('pt-br');  //usage numeral(100).format("$0.00") // output r$100,00 

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -