kirillzyusko / react-native-keyboard-controller

Keyboard manager which works in identical way on both iOS and Android
https://kirillzyusko.github.io/react-native-keyboard-controller/
MIT License
1.4k stars 55 forks source link

feat: modal example #432

Closed kirillzyusko closed 2 months ago

kirillzyusko commented 2 months ago

📜 Description

Added an example with Modal usage.

💡 Motivation and Context

Right now Modal usage will lead to default behavior on Android (i. e. window is automatically resized + keyboard movement is not tracked).

I'm planning to fix it later, but right now I just want to have a reproducible demo in example app (I used similar approach when fixed a native-stack integration).

📢 Changelog

JS

🤔 How Has This Been Tested?

Tested on iPhone 15 Pro and Pixel 3a.

📸 Screenshots (if appropriate):

image

📝 Checklist