browniefed / react-native-ticker

React Native Number Ticker
https://www.npmjs.com/package/react-native-ticker
460 stars 46 forks source link

Incorrect exports #3

Closed tylerthebuildor closed 6 years ago

tylerthebuildor commented 6 years ago

I tried to use this today in Expo and all I get is an error even when just importing it. It looks like the index.js file is exporting some undeclared variables numberRange and RotateText.

export { Tick, numberRange };
export default RotateText;

simulator screen shot - iphone x - 2018-01-23 at 15 03 33

browniefed commented 6 years ago

/fixed xD