jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 111 forks source link

react-native link not working #59

Open chandan7838 opened 5 years ago

chandan7838 commented 5 years ago

Something went wrong while linking. Error: Cannot read property 'buildConfigurationList' of undefined

echaritonidis commented 5 years ago

Having the same issue while running react-native link react-native-background-fetch

vincentng291 commented 5 years ago

I have fixed this issues the same way as: https://github.com/transistorsoft/react-native-background-fetch/issues/102

iLevye commented 5 years ago

@tomahawk291 does it work with react-native-background-fetch@2.4.2 ?

from readme:

For iOS support, this library relies on version 2.0.x of react-native-background-fetch which can be installed as follows:

gprocell927 commented 5 years ago

@iLevye : Linking @2.4.2 does work 👍 Thanks for the suggestion