-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number formatting #67
Comments
There also seem to be some problems around the Intl bindings react native has. The option https://github.com/getAlby/alby-mobile/blob/master/hooks/useGetFiatAmount.ts#L41 This makes e.g. USD display as |
Is this also related to entering decimal numbers? Currently it seems not possible to enter decimal amounts for fiat currencies. |
#140 has been a first step to address this (just changing the keyboard type), however there are some problems around number formatting / parsing (',' vs. '.' as decimal separator, etc). Probably we should support both? Need to check how other apps handle that... |
The text was updated successfully, but these errors were encountered: