Problem with linking package react-native-background fetch
There was always errors when I wanted to use this package but also for the "react-native-background fetch" package while linking the package with the project using react-native link command. I mean this command : "react-native link react-native-background-fetch". Can you help me resolving this issue? Thanks
@ajangi Are you using pods in your project? We have an issue with linking anything when a podfile exists for some reason. RN adds a podspec path to it, which fails to work 100% of the time, but if we remove the podfile from ios directory, then run the link command, then replace the podfile, everything works as intended. (If you try this, remember to delete the podspec line from podfile if it was added)
@sheminusminus The issue you see with podfiles might be related to this (open) Realm issue: https://github.com/realm/realm-js/issues/1607