From f68987441ffaa7b73f6b289231832ded2c528021 Mon Sep 17 00:00:00 2001 From: Gytis Vinclovas Date: Fri, 23 Mar 2018 22:12:46 +0200 Subject: [PATCH] Renamed option --- app/react-native/src/preview/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react-native/src/preview/index.js b/app/react-native/src/preview/index.js index dd8a64575a4..3375d018732 100644 --- a/app/react-native/src/preview/index.js +++ b/app/react-native/src/preview/index.js @@ -78,7 +78,7 @@ export default class Preview { stories={this._stories} events={this._events} url={webUrl} - animated={params.animated} + animated={params.onDeviceUIAnimated} /> : ; };