react-native-background-task
react-native-background-task copied to clipboard
react-native link not working
Something went wrong while linking. Error: Cannot read property 'buildConfigurationList' of undefined
Having the same issue while running react-native link react-native-background-fetch
I have fixed this issues the same way as: https://github.com/transistorsoft/react-native-background-fetch/issues/102
@tomahawk291 does it work with [email protected] ?
from readme:
For iOS support, this library relies on version 2.0.x of react-native-background-fetch which can be installed as follows:
@iLevye : Linking @2.4.2 does work 👍 Thanks for the suggestion