vydimitrov/use-count-up

Broken changes with latest version 3.0.1 for React Native

Closed this issue · 3 comments

Using

"react-native": "~0.63.3",
"use-count-up": "~3.0.1",

No idea what happens, just crashes my entire application with no error code, I looked at the previous releases and noticed that the last 2 releases had brekaing changes, so I installed

"use-count-up": "^2.3.1"

instead because I don't need any extended features or fancy stuff, I just want to animate some text once, with no button/hooks etc.

Working when I downgrade, however I think you should check this out.

Hey @NemyaNation, I just tested in this ExpoSnack and it works as expected. Can you check it again on your side?

V3 of the component has smaller bundle size than v2 so it may be a feature that you want to consider :)

@vydimitrov thanks for the quick response. that sounds like most likely a problem with using this with one of my other libraries, or possibly some dependencies were not resolved.

I'll investigate this issue and comment back what the problem was.

Thanks

Closing this issue for now. Let me know if you come across something similar again.