react-native-background-timer icon indicating copy to clipboard operation
react-native-background-timer copied to clipboard

tries to require react-native but there are several files providing this module

Open alphabikram opened this issue 6 years ago • 2 comments

Background timer worked perfectly in my android version.

And then I tried to make it work in iOS , so I added following pod : pod 'react-native-background-timer', :path => '../node_modules/react-native-background-timer'

On running : pod install. I saw Installing React (0.11.0) along with Installing react-native-background-timer (2.1.1)

And then when I run my Xcode project , it throws the following error:

tries to require react-native but there are several files providing this module

........

Completely lost. I cannot figure out what to do next .

Please help.

simulator screen shot - iphone x - 2019-03-03 at 21 24 27

alphabikram avatar Mar 03 '19 14:03 alphabikram

Got into same issue on pod install.

TNChalise avatar Sep 08 '19 23:09 TNChalise

@octopusbaba @TNChalise Did you try google it?

  • https://stackoverflow.com/questions/52637341/error-failed-to-load-bundle-localhost8081
  • https://stackoverflow.com/questions/47232921/bundling-error-on-react-native-app-ambigous-resolution?rq=1
  • https://github.com/react-native-community/react-native-svg/issues/463
  • https://github.com/facebook/react-native/issues/24051

ocetnik avatar Sep 11 '19 18:09 ocetnik