createJSModules was removedin React Native 0.47.0 and results in the attached Build Error. removing @Override fixes build (didn't remove function because I don't know if it should be kept for downard compatability?) ``` node_modules/react-native-fetch-blob/android/src/main/java/com/RNFetchBlob/RNFetchBlobPackage.java:23: error: method does not override or implement a method from a supertype @Override ^ 1 error Incremental compilation of 1 classes completed in 0.219 secs. :react-native-fetch-blob:compileReleaseJavaWithJavac FAILED FAILURE: Build failed with an exception. ```
|
|
||
20 |
|
20 |
|
21 |
|
21 |
|
22 |
|
22 |
|
23 |
|
|
|
24 |
|
23 |
|
25 |
|
24 |
|
26 |
|
25 |
|