br4in3x/react-native-upload-image-expo

unable to resolve "react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin" from "node_modules/react-native-upload-image-expo/node_modules/react-native-gesture-handler/GestureHandler.js"

Opened this issue · 2 comments

Expected Behavior

App will run

Actual Behavior

But Actually it is giving me this error:
unable to resolve "react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin" from "node_modules/react-native-upload-image-expo/node_modules/react-native-gesture-handler/GestureHandler.js"

Steps to Reproduce the Problem

1.install react-native-upload-image-expo
2. copy the example
3. run npm start
4. it will give me error

Specifications

Same, latest Expo, the react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin files doesn't even exist.

UPDATE: I started over, now I'm getting this instead: node_modules/expo/AppEntry.js: Cannot read property '1' of undefined

i got same issue