TheWidlarzGroup / rn-emoji-keyboard

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

Ability to turn off bounce when entering (modal) #177

Open lexi-stein opened 2 months ago

lexi-stein commented 2 months ago

Is your feature request related to a problem? Please describe. We want our modal to be flush with the bottom of the screen so we have disableSafeArea on, but you still see a little space below the modal when it does the bounce entering animation

Describe the solution you'd like Would love to be able to disable the bounce

Describe alternatives you've considered Hacking the modal to go past the bottom of the screen so you at least just see the background color when it bounces

DominikDanielewicz commented 2 months ago

Hey @lexi-stein! Thanks for the suggestion. We'll look into potentially disabling the bounce animation for the modal. Appreciate you bringing this up!