Results 4 comments of Dean

Sure there is! You'll want to do something like this (I haven't tested this). ``` const tickerRef = useRef(null) My animated text tickerRef.current.startAnimation()}> Start ticker tickerRef.current.stopAnimation()}> Stop ticker ```

I guess from a UX point, the library isn't built to scroll text that doesn't need to be. You can 'fake' this by just making the string longer. So instead...

I don't see any reason why the current code shouldn't just work: https://github.com/deanhet/react-native-text-ticker/blob/7dfc8e654a79591b633e2cfd01376918d8e870ae/index.js#L360 As I've linked, props that are passed to a normal text component are just passed straight through...

Thank for the speedy response and clarifying! 1. My full config is posted as above, we don't include a reset. 2. I thought that might be the case, so (for...