react-native-vietnam-currency
Version:
A simple and flexible utility for formatting Vietnamese Đồng (₫) in React Native — with built-in support for splitting currency and unit, so you can style them differently (e.g., smaller font size for the ₫ symbol).
34 lines (33 loc) • 578 B
JSON
{
"name": "react-native-vietnam-currency",
"version": "1.0.7",
"main": "dist/vnd.js",
"types": "dist/vnd.d.ts",
"files": [
"dist",
"README.md"
],
"keywords": [
"react-native",
"vietnam",
"currency",
"₫",
"vnd",
"money",
"format"
],
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.64.0"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-native": "^0.73.0",
"typescript": "^5.8.3"
},
"author": "tungcao"
}