-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
I think so.
Have you read the Contributing Guidelines?
Yes.
Environment
react-native -v: 0.46.4, cli: 2.0.1node -v: 8.2.1npm -v: 5.3.0
Then, specify:
- Target Platform: Both, but I just tested on Android for now.
- Development Operating System: Linux Mint 17
- Build tools: I use JetBrains PHPStorm to code. Build with default react-native run-*
Steps to Reproduce
(Write your steps here:)
- Try to use a simple code:
export const formatReal = (value) => {
const formatter = new Intl.NumberFormat('pt-BR', {
style: 'currency',
currency: 'BRL',
minimumFractionDigits: 2,
});
return formatter.format(value);
}- Works if the debugger is conected.
- Turn off debugger from device.
- Explodes an error:
"Can't find variable: Intl".
temitope, csath, mrtnzlml and SethDavenport
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.