How can I create a frosted glass effect (glassmorphism) in react native like ios provides?
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.