Reputation: 147
As stated in react-native-popup-menu
docs to use it we have to wrap our root App
component with the component MenuProvider
. In react-native-navigation
we have no control over that container since it is managed by the native side so is there a workaround to integrate react-native-popup-menu
with react-native-navigation
?
Upvotes: 1
Views: 444