Skip to content
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

Overlapping Text / State not matching UI #31

Open
toshiSat opened this issue Aug 12, 2020 · 2 comments
Open

Overlapping Text / State not matching UI #31

toshiSat opened this issue Aug 12, 2020 · 2 comments

Comments

@toshiSat
Copy link

toshiSat commented Aug 12, 2020

So we ran into a weird issue where whenever our text goes from 1000 to less than 1000 we are seeing the words get jumbled up. I started to look into it and it also seems that the UI isn't always matching the state, it seems to always be behind by one update. I think it's calculating the width of the new number, but showing the old number for some reason. The jumbled letters say 1000.00, but the state is something like 999.94.
Any idea why this is happening?
Screen Shot 2020-08-12 at 11 11 01 AM

Here's it jumbled
Screen Shot 2020-08-12 at 11 15 43 AM

@browniefed
Copy link
Owner

Will look into this. I need to leverage reanimated 2.0s new Animated Layout system and measuring abilities and will be able to animate presence out.

@D-Navadiya
Copy link

D-Navadiya commented Feb 23, 2024

+1

This is still an issue.

If it helps,

The issue only occurs when the numbers are formatted with comma and translates,

$ 9,807,86 - issue
$ 980786 - not an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants