Does anyone know how to achieve this effect?
Asked
Active
Viewed 103 times
0
-
Have you tried doing something? Please enter us your code so we will help better. – Mikołaj Wittbrodt May 06 '22 at 08:00
1 Answers
0
I'm not aware if there is an easier solution but my approach would be using something like https://github.com/Kureev/react-native-blur
What you can do is have a normal view in place of your current icon
This view will have a blur view and an icon with absolute position on top of it. You can toggle the visibility of the blur view based on the selected tab and that should achieve the result you want.

RodSar
- 1,211
- 1
- 4
- 14