tries to require react-native but there are several files providing this module
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.

Got into same issue on pod install.
@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