How can I create a frosted glass effect (glassmorphism) in react native like ios provides?
03:34 30 Nov 2023

You can check here iOS Blurry Effect Case

I tried react-native-blur and react-native-skia packages but couldn't achieve the same thing like the ios native provides for their general views.

javascript ios react-native ui-design react-native-blur