Hello, thank you for the lib.
I can't get animations working on an android device, only using android emulator. Anyone faced this before?
(Working) Android Emulator: Android 6.0.0
(Not Working) Android Device: Android 6.0.1 - Moto G 4 plus
i use samsung galaxy s5
and every things is ok
:
@zr0n I am having the same issues on android. Works fine on iOS. You find anything on this?
I am having the same issues on android , can't working on android
Same issue i am also face.
i use below code for the animation.
expandElement()
{
LayoutAnimation.configureNext(LayoutAnimation.Presets.spring);
this.setState({
isVisibleDatePicker: !this.state.isVisibleDatePicker,
startDate: this.state.displayStartDate,
endDate:this.state.displayEndDate,
dateStyleAnim: {
height: 165,
}
})
}
I was having issues with animations not running on my android device until I disabled remote js debugging (https://github.com/oblador/react-native-animatable/issues/89#issuecomment-328757127)
@markacola spend a day with this problem
Most helpful comment
I was having issues with animations not running on my android device until I disabled remote js debugging (https://github.com/oblador/react-native-animatable/issues/89#issuecomment-328757127)