Closed tylerthebuildor closed 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.
index.js
numberRange
RotateText
export { Tick, numberRange }; export default RotateText;
/fixed xD
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 variablesnumberRange
andRotateText
.