akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.3k stars 952 forks source link

Open modal from navigation #1254

Closed stephenhoult closed 3 years ago

stephenhoult commented 4 years ago

💬 Question

Is it possible to open a modal from a UI kitten navigation?

Using react navigation we could set the mode type on the Navigator tomode="modal" but this doesn't seem to be an option from looking at the UI Kitten docs.

artyorsh commented 3 years ago

Modal component has no common with navigation types. You might want to open a screen which makes Modal component visible, for example, when the screen becomes mounted.