Skip to content

Commit d46f642

Browse files
docs: remove BlurView handler from native handler docs (#1804)
1 parent 2d8a96b commit d46f642

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docusaurus/docs/reactnative/customization/native_handlers.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ This should be done outside of the component lifecycle to prevent unnecessarily
3333

3434
There are 13 handlers registered as they interact with different native API packages depending on if the SDK being used on Expo or vanilla React Native.
3535

36-
### BlurView
37-
38-
A component that blurs the view behind it.
39-
40-
**React Native:** [`@react-native-community/blur`](https://github.com/Kureev/react-native-blur)
41-
42-
**Expo:** [`expo-blur`](https://docs.expo.io/versions/latest/sdk/blur-view/)
43-
4436
### compressImage
4537

4638
An async function that compresses an image and returns the local `uri` of the compressed image.

0 commit comments

Comments
 (0)