We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daed466 commit ed4fb91Copy full SHA for ed4fb91
src/status_im/switcher/switcher.cljs
@@ -17,8 +17,6 @@
17
[:f>
18
(fn []
19
(let [touchable-scale (reanimated/use-shared-value 1)
20
- close-button-opacity (reanimated/use-shared-value 0)
21
- switcher-button-opacity (reanimated/use-shared-value 1)
22
touchable-original-style (styles/switcher-button-touchable view-id)
23
touchable-animated-style (reanimated/apply-animations-to-style
24
{:transform [{:scale touchable-scale}]}
0 commit comments