I have an Expo project that runs perfectly on XCodes IPhone simulator but when I try to open it on an Android Simulator it shows an error stating:
TypeError: null is not an object (evaluating '(_NativeModules$UMReac = _reactNative.NativeModules.UMReactNativeEventEmitter).addProxiedListener')
Before having this error message, I was getting a message stating:
ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'
And then, I fixed it by following the steps in this thread
How could I fix this issue?