Efthimis C.
Results
2
comments of
Efthimis C.
Having the same issue while running **react-native link react-native-background-fetch**
Mapsy's answer should help https://stackoverflow.com/a/52750886 So basically you edit the **/node_modules/react-native/react.gradle** file and add the **doLast** right after the **doFirst** block, manually. ``` doFirst { ... } doLast { def...