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

How to open from a deeply nested child? #121

Closed crieggalder closed 1 year ago

crieggalder commented 1 year ago

Thanks for the lib - it's very well designed!

What's the best way to open the emoji keyboard from a deeply nested child? In our case, the component tree is basically:

<Screen>
    <FlatList
        renderItem={() => <Item />}
    />
</Screen>

What's the best way to bring up the keyboard in modal mode from within the above? Thanks!

crieggalder commented 1 year ago

Never mind, works like a charm! Was just syntax issues on my end