react-native-blur icon indicating copy to clipboard operation
react-native-blur copied to clipboard

how to uninstall react-native-blur

Open rusliabdulgani opened this issue 7 years ago • 2 comments

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?

rusliabdulgani avatar Jan 22 '18 02:01 rusliabdulgani

Have you tried cleaning the cache, @rusliabdulgani ?

Shamash2014 avatar Feb 05 '18 21:02 Shamash2014

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.

mayuroks avatar Feb 04 '19 06:02 mayuroks