instea/react-native-popup-menu

Cannot resolve withMenuContext

Closed this issue · 2 comments

I'm using RN .56 and react-native-popup-menu@0.14.0.

Everything works fine, except for this:

import {withMenuContext} from 'react-native-popup-menu'

This is always identified as an unresolved symbol. I see that its being export in src/index.js. I can use all of the other exported symbols. Any ideas what the issue is?

Hi. I have just tried MenuMethodsExample.js in new RN 0.56.0 project and it is working. Can you try it out or share more details?

if anyone has more info - maybe some setup in your project - will reopen.