TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
326 stars 59 forks source link

Feat/props to disable search animation #93

Closed mateki0 closed 1 year ago

mateki0 commented 1 year ago

closes https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues/91

mateki0 commented 1 year ago

@mateki0 Using this prop also disables the animation during normal category changing :/

I've extended it with enableCategoryChangeAnimation. Both new props are true by default. If users will want to turn off only search animation they can do it with enableSearchAnimation - category change animation will remain true. enableCategoryChangeAnimation will turn off both, category change and search animation