halilb / react-native-textinput-effects

Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
MIT License
2.98k stars 291 forks source link

Android: Animations not triggered #36

Closed idlework closed 7 years ago

idlework commented 7 years ago

When I install a clean build from the examples on my Android, the animation won't trigger when textinput get's focus. No errors are generated.

I'll try to debug the issue and when I have a solution I'll create a pull request. But does anyone have an idea why this is? Thanks!

Moto G5 Android 7.0

halilb commented 7 years ago

Thanks for reporting @idlework!

I just tried this with the example project on Android 4.4 and I don't see any problem. I recently upgraded the example project to react native 0.44, and that might have helped fixing this for me.

Could you pull and re-try with the latest code and let me know?

idlework commented 7 years ago

@halilb I found out what it is. The entire animation framework in android debug mode and react-native 0.45 is responding very slow. It was the first animation i put in the app, so it's not your library. My apologies and thanks for the great animations!