I just started to use this library. But I see only "0" is being rendered not any other values from 1-9 . Below is a comparison of same number rendered just in a Text component.
I'm just using this as the code
<Ticker>{count}</Ticker>
I see it's taking the space. However it doesn't render anything else except for 0.
I don't think I'm doing anything wrong as at least the 0 is rendering
I just started to use this library. But I see only "0" is being rendered not any other values from 1-9 . Below is a comparison of same number rendered just in a Text component.
I'm just using this as the code
<Ticker>{count}</Ticker>I see it's taking the space. However it doesn't render anything else except for 0.
I don't think I'm doing anything wrong as at least the 0 is rendering