Skip to content

Commit 8e1185a

Browse files
committed
Merged from meliorence#148
1 parent c671f00 commit 8e1185a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libraries/ViewTransformer/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ export default class ViewTransformer extends React.Component {
375375
{
376376
toValue: 1,
377377
duration: duration,
378-
easing: Easing.inOut(Easing.ease)
378+
easing: Easing.inOut(Easing.ease),
379+
useNativeDriver: true
379380
}
380381
).start();
381382
}

0 commit comments

Comments
 (0)