I am using below code to animate my slider menu as there is no proper example of ionic menu controller for react.
<CreateAnimation
play={isLoaded}
duration={500}
fromTo={[
{ property: 'transform', fromValue: animateFrom, toValue: animateTo }
]}>
...my slider UI
</CreateAnimation>
The problem is, it's working fine for first time. but after that It doesn't even after my component re renders.