From 1e5e251549fc8212f8df9d634df69977eaca262c Mon Sep 17 00:00:00 2001 From: Butch Marshall Date: Sun, 28 Apr 2019 21:31:07 -0400 Subject: [PATCH] Update 1970-01-08-CombiningAnimations.md Image isn't the right component to use - should be ImageBackground --- .../animation/_posts/1970-01-08-CombiningAnimations.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ui-toolkit/animation/_posts/1970-01-08-CombiningAnimations.md b/docs/ui-toolkit/animation/_posts/1970-01-08-CombiningAnimations.md index a122f49a..6e14b461 100755 --- a/docs/ui-toolkit/animation/_posts/1970-01-08-CombiningAnimations.md +++ b/docs/ui-toolkit/animation/_posts/1970-01-08-CombiningAnimations.md @@ -23,6 +23,7 @@ import { import { Image, + ImageBackground, Tile, Title, Text, @@ -47,7 +48,7 @@ export default class MyAnimatedScreen extends Component { return ( - - +