Closed kirillzyusko closed 1 month ago
Describe the bug A clear and concise description of what the bug is.
Code snippet
Reproducible in OverKeyboardView example.
OverKeyboardView
Repo for reproducing
you can use example app.
To Reproduce Steps to reproduce the behavior:
OverKeybaordView
cmd
ctrl
z
Expected behavior
View should be unmounted, because we reload entire app.
Screenshots
https://github.com/user-attachments/assets/8e3ae0ba-aab5-498b-adbd-d0a5d154ef1c
Smartphone (please complete the following information):
Additional context
Most likely an important lifecycle method with corresponding cleanup is not implemented.
@thespacemanatee would you mind to test https://github.com/kirillzyusko/react-native-keyboard-controller/pull/638 ? 😅
@kirillzyusko it works, nice one!
Describe the bug A clear and concise description of what the bug is.
Code snippet
Reproducible in
OverKeyboardView
example.Repo for reproducing
you can use example app.
To Reproduce Steps to reproduce the behavior:
OverKeybaordView
examplecmd
+ctrl
+z
and select Reload.Expected behavior
View should be unmounted, because we reload entire app.
Screenshots
https://github.com/user-attachments/assets/8e3ae0ba-aab5-498b-adbd-d0a5d154ef1c
Smartphone (please complete the following information):
Additional context
Most likely an important lifecycle method with corresponding cleanup is not implemented.