Skip to content

NumberFormat Not working #11

Description

@shubhamkes

import IntlP from 'react-native-intl';

export async function NumberFormatter() {
    const result = await (new IntlP.NumberFormat('en-US')).format(123456);
    alert(result);
}

Seems there is some issue with library or dont know what, but alert is never executed.

"react": "^16.0.0-beta.5"
"react-native": "^0.49.5"
"react-native-intl": "^1.0.0"

Do I need to link this library?
Please help

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions