Replies: 1 comment 3 replies
-
same issue |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to create a npm package for react native. Basically I have an AnimatedBox component in my package which is a basic Animated.View changing width with time. When i put the code below in node_modules with a simple package.json file the box doesn't animate and the console giving me a warning. which says "Tried to call timer with ID 3 but no such timer exists."
Also I tried to compile the code with babel using the configuration below but the result is same.
It may be a silly question but I can't figure out what to do.
Beta Was this translation helpful? Give feedback.
All reactions