-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Android JSC Intl do not support signDisplay option #33428
Comments
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
any progress ? |
This is probably not the best repo for this issue @retyui |
why? If react native used 2years old version of jsc-android |
Because that repo needs to be updated first, so it's the current blocker for React Native to update the JSC version. |
npm history showing that a new pkg |
React Native consumes JSC from react-native-community/jsc-android-buildscripts So please open an issue on that repo first and get back here once a new version of |
Description
I enabled JSC with Intl support:
Then try to format currency with a
signDisplay
optionAnd result is
$12.00
is incorrect !!! should be+$12.00
Deps:
Version
0.66.x
Output of
npx react-native info
System:
OS: Linux 5.4 Linux Mint 20.2 (Uma)
CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
Memory: 169.38 MB / 15.46 GB
Shell: 3.4.0 - /usr/bin/fish
Binaries:
Node: 14.19.0 - /usr/bin/node
Yarn: 1.22.17 - /usr/bin/yarn
npm: 6.14.16 - /usr/bin/npm
Watchman: 20211205.130157.0 - /usr/local/bin/watchman
SDKs:
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Languages:
Java: 1.8.0_312 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 16.13.1
react-native: 0.66.4 => 0.66.4
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
See description ....
Snack, code example, screenshot, or link to a repository
See description ....
The text was updated successfully, but these errors were encountered: