nandorojo / zeego

Menus for React (Native) done right.
https://zeego.dev
MIT License
1.45k stars 42 forks source link

Error "React is not defined" in monorepo #32

Closed jean-ben-guigui closed 1 year ago

jean-ben-guigui commented 1 year ago

I have a bare react native app. React Native v0.70.4. I installed both react-native-ios-context-menu and @react-native-menu/menu. When I launch the project I get the following error "can't find variable: React in display-names.js" (cf attached image). I am able to patch this by adding import React from 'react'; at the top of the display-names.js file. Is there something I am doing wrong?

Simulator Screen Shot - iPhone 14 - 2022-12-21 at 16 16 45

nandorojo commented 1 year ago

Interesting, I’ll look into this

nandorojo commented 1 year ago

This should be fixed in 1.0.2.