I am developing an app with React Native to run on IOS and Android. I use Intl.numberformat()
to print currency, and it works smoothly when the app runs on IOS, but I get this error when running on Android: ReferenceError: Can't find variable: Intl
.
How can I make it run in both plataforms?