@@ -109,6 +109,7 @@ export default class FAB extends Component {
109
109
duration : durationValues . entry ,
110
110
toValue : 1 ,
111
111
easing : sharpEasingValues . entry ,
112
+ useNativeDriver : false ,
112
113
} ,
113
114
) . start ( ) ;
114
115
} else if ( ! nextProps . visible && visible ) {
@@ -118,6 +119,7 @@ export default class FAB extends Component {
118
119
duration : durationValues . exit ,
119
120
toValue : 0 ,
120
121
easing : sharpEasingValues . exit ,
122
+ useNativeDriver : false ,
121
123
} ,
122
124
) . start ( ) ;
123
125
}
@@ -129,6 +131,7 @@ export default class FAB extends Component {
129
131
duration : durationValues . exit ,
130
132
toValue : 20 ,
131
133
easing : moveEasingValues . exit ,
134
+ useNativeDriver : false ,
132
135
} ,
133
136
) . start ( ) ;
134
137
} else if ( nextProps . snackOffset !== 0 ) {
@@ -138,6 +141,7 @@ export default class FAB extends Component {
138
141
duration : durationValues . entry ,
139
142
toValue : 20 + nextProps . snackOffset ,
140
143
easing : moveEasingValues . entry ,
144
+ useNativeDriver : false ,
141
145
} ,
142
146
) . start ( ) ;
143
147
}
0 commit comments