I need to change a number to currency format in React-Native this doesn't work in my case:
import Numeral from "numeral";
Numeral(100).format("$0.00")
it outputs: Metro Bundler has encountered an internal error. I know Numeral is not built for React-Native, but is there a workaround or any alternative?