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

Question: option to disable search scroll animation #91

Closed oferRounds closed 1 year ago

oferRounds commented 1 year ago

When search results gets updated, it does so with an animation I’d like to remove the animation (not needed in my opinion), happy to do a pr – would you be able to direct to the relevant place in code?

Thank you for this library!

oferRounds commented 1 year ago

I now see in the decimation that it seems that originally it was with no animation https://thewidlarzgroup.github.io/rn-emoji-keyboard/docs/documentation/Examples/search

This is what I’m looking for :)

mateki0 commented 1 year ago

Hey @oferRounds I've created a PR with the functionality that you've requested. It will allow you to turn off the animation by setting new enableSearchAnimation props to false. Till we merge and release new version. You can use patch-package to disable it in your project basing on mine changes.

oferRounds commented 1 year ago

yayyyyyyyyyyy Thank you!!!! Looks great!