react-native-blur: Native component for "BlurView" does not exist on IOS
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-blur": "^3.2.2"

About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 24 (4 by maintainers)
Commits related to this issue
- Add numbers and non-node values to concat type (#249) — committed to Flickering-AI/react-native-blur by jeremy-deutsch 5 years ago
Same here, but adding
libRNBlur.ato the Build Phases fixes it (on RN 0.52.0)Confirmed that this issue still exists on latest RN. If you see this, go into Xcode, add blur xcode project from node modules to the “Libraries” folder (if its not already there), then go add
libRNBlur.ato the “Link Binary with Library” section under “Build Phases”@Kureev, can we re-open or re-file this? The RN link configuration seems busted.