React-native-animatable: Not working on android device (only on emulator)

Created on 1 Aug 2017  路  6Comments  路  Source: oblador/react-native-animatable

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

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)

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kamek-pf picture kamek-pf  路  8Comments

matheuscastroweb picture matheuscastroweb  路  6Comments

TrustDec picture TrustDec  路  3Comments

patrickml picture patrickml  路  10Comments

hafiz703 picture hafiz703  路  5Comments