Help getting started with layout animation doesn't work #3063
-
Hello! I'm trying to upgrade our version of reanimated from 1 to 2 but I'm running into issues getting the layout animation on entering and exit to work properly. I've followed all instructions and removed some other npm packages but it seems like something else is missing. I've managed to get the useAnimationStyle to work but the layout animations don't work. Code is basically pasted from the example app where it works so I assume some issue with packages interfering but I can't seem to figure out what's happening... Glad to hear any ideas of what I'm doing wrong? (Tried reinstalling, pod deintegrate, pod install, and cleaning cache..) Video of what works and doesn't... Code
Packages
Babel config
Any help or ideas on what to do would be very helpful! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found it. I missed that you can have the remote chrome debugging active with the animation; it worked perfectly once I turned that off. |
Beta Was this translation helpful? Give feedback.
Found it. I missed that you can have the remote chrome debugging active with the animation; it worked perfectly once I turned that off.