OverlayContainer
Provides React Portal like functionality for React Native apps which can be useful for displaying absolutely positioned components like Menu, Tooltip, Popover.
info
React Native currently doesn't fully support Portals. https://github.com/react-native-modal/react-native-modal/issues/145
#
Install- Yarn
- npm
#
Usage- Wrap the application with OverlayProvider
- Wrap the component that needs to be rendered in OverlayProvider with OverlayContainer