Just adding the Ticker like this:
<Text style={[styles.price, style]} {...props}>
{prefix && prefix + " "}
<Ticker>{price.toLocaleString("de", { style: "currency", currency: "EUR" })}</Ticker>
{suffix && " " + suffix}
</Text>
Provokes this error on first mount.