-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Build failed with an exception (After upgrading RN 0.56) #716
Comments
I resolved it by updating the react-native-fetch-blob/android/build.gradle |
@YahiaJabeur |
@thientinduong |
Since this library has no maintainers and PR's won't get accepted, you can use my fork to resolve this issue if you want (so you don't have to monkey patch it every time) : https://github.com/xanderberkein/react-native-fetch-blob
I'll soon move to https://github.com/joltup/rn-fetch-blob, although some issues suggest that library also has problems with [email protected] |
I could solve it by implementing this: Afterwards I ran into another error which is described in this post: |
FAILURE: Build failed with an exception.
Execution failed for task ':react-native-fetch-blob:processReleaseResources'.
AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'
After updating from 0.53 to 0.56 building the android project is failed.
I already cleaned the project and I restarted packager with cache reset.
i m using "react-native-fetch-blob": "0.10.8",
any help ?
The text was updated successfully, but these errors were encountered: