'React native - highlight an icon in a "fizzy" way
Does anyone know how to achieve this effect?
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | RodSar |