react-native-geocoder icon indicating copy to clipboard operation
react-native-geocoder copied to clipboard

Jest run tests: Cannot read property 'RNGeocoder' of undefined

Open apoorva-techie opened this issue 6 years ago • 1 comments

Hi,

While running npm tests i am getting this error in the application

` ● Test suite failed to run

TypeError: Cannot read property 'RNGeocoder' of undefined

  at Object.<anonymous> (node_modules/react-native-geocoder/js/geocoder.js:4:41)
  at Object.<anonymous> (node_modules/react-native-geocoder/index.js:1:252)`

Any ideas how to mock this?

apoorva-techie avatar Jan 13 '20 05:01 apoorva-techie

Did you tried cd ios && pod install?

ezranbayantemur avatar May 21 '20 16:05 ezranbayantemur