Closed embpdaniel closed 6 years ago
I also tried deleting caches with:
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache
And uninstalling the app completely and reinstalling. No luck :(
Don't know what happened, but after uninstalling it completely, then going back to it to give it one more try, I set it up exactly as I did before, and this time it worked. Go figure ¯_(ツ)_/¯
I saw this issue was reported before, but I'm not able to resolve it. I am using
react-native-pdf
3.0.4. I already was usingreact-native-fetch-blob
(version 0.10.8), so I did not link it again, since it's already linked and working fine. I have this setup:android/settings.gradle
android/app/build.gradle (dependencies)
MainApplication.java (imports)
MainApplication.java (getPackages)
React Native Component
Did I miss some configuration? I think I have everything but it somehow throws the error. Any help appreciated, thanks.