fix(rn,welcome) use native driver for opacity animation

pull/10755/head
Saúl Ibarra Corretgé 3 years ago committed by Saúl Ibarra Corretgé
parent ab3d2160c9
commit 55e6cc027b
  1. 3
      react/features/welcome/components/WelcomePage.native.js

@ -226,7 +226,8 @@ class WelcomePage extends AbstractWelcomePage<*> {
// $FlowExpectedError
{
duration: 300,
toValue: focused ? 1 : 0
toValue: focused ? 1 : 0,
useNativeDriver: true
})
.start(animationState =>

Loading…
Cancel
Save