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 876c5ca commit d4411cbCopy full SHA for d4411cb
Libraries/Animated/Animated.web.js
@@ -17,6 +17,7 @@ import flattenStyle from 'ReactFlattenStyle';
17
import Image from 'ReactImage';
18
import Text from 'ReactText';
19
import View from 'ReactView';
20
+import ScrollView from 'ReactScrollView';
21
22
// { scale: 2 } => 'scale(2)'
23
function mapTransform(t) {
@@ -52,6 +53,7 @@ Animated.inject.FlattenStyle(flattenStyle);
52
53
54
export default {
55
...Animated,
56
+ ScrollView: Animated.createAnimatedComponent(ScrollView),
57
View: Animated.createAnimatedComponent(View),
58
Text: Animated.createAnimatedComponent(Text),
59
Image: Animated.createAnimatedComponent(Image),
0 commit comments