react-native-home-indicator
react-native-home-indicator copied to clipboard
Ignored when placed inside a Modal
This library will not work when placed inside a modal experience. This is likely because creating a modal in react native creates a new context/controller of some kind that overrides the current context/controller's settings.
can you provide a simple demo to reproduce the issue @jasonbodily ? Just out of my head i don't know why it shouldn't work from modals, because the rootViewController should always remain the same.
any news for this?
hi @michaelknoch
I create a new repository with an example
https://github.com/jonathanm-tkf/homeindicator.git
You can test I really appreciate it because I need package works inside modal react native.
Thanks again