react-native-blur
react-native-blur copied to clipboard
how to uninstall react-native-blur
i already react-native unlink and npm uninstall -S react-native-blur but still get error like this when i run react-native run-android:
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /Users/admin/Documents/qluster/PenghunieTown/android/app/src/main/java/id/qluster/alsut/MainApplication.java:47: error: cannot find symbol new BlurViewPackage(), ^ symbol: class BlurViewPackage 1 error :app:compileDebugJavaWithJavac FAILED
what should i do for solved this problem?
Have you tried cleaning the cache, @rusliabdulgani ?
I manually removed the BlurViewPackage code from MainApplication.java. I also removed the dependency from app/build.gradle.
Then I ran gradlew clean and react-native run-android. After that everything worked fine.