I'm running into this production bug:
TypeError: undefined is not an object (evaluating 'V.height')
File "project/node_modules/react-native-ticker/index.js", line 46, col 17, in Component
height: measurement.height,
I haven't been able to reproduce this, but it seems to happen when new text is passed to Ticker.
I'm running into this production bug:
I haven't been able to reproduce this, but it seems to happen when new text is passed to
Ticker.