Answers for "Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager"

0

Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager

First check you have blur view in package.json file if not then install new one


run=>. yarn add @react-native-community/blur
=============____________________________________======================

There are two main thing which cause this error

1. you have added the blur view but have not installed the pods 
	run=> cd ios &&  pod install  && cd ..
    
2. the 2nd cause is you did pod install but did not rebuild the app

========you stop the bundle and =====
run=> yarn ios  (this will rebuild the app)

Done
Posted by: Guest on September-15-2021

Code answers related to "Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager"

Code answers related to "Javascript"

Browse Popular Code Answers by Language