``` "react": "16.9.0", "react-native": "0.61.4", "react-native-ticker": "^3.2.0" ```  Usage in the app: ``` const currencies = ['$', '¥', '€']; <Ticker textStyle={{fontSize: 16}} duration={250}> <Tick rotateItems={currencies}>$</Tick> 1241.512 </Ticker> ```