From bb7b09d244b7e8834dc12f03bab4895bf55bd11e Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Thu, 8 Feb 2018 23:21:29 -0200 Subject: [PATCH] fiz animation android --- index.android.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.android.js b/index.android.js index 4fade3c0..f258d0e1 100644 --- a/index.android.js +++ b/index.android.js @@ -1,11 +1,11 @@ import 'babel-polyfill'; import 'regenerator-runtime/runtime'; -import { AppRegistry } from 'react-native'; +import { AppRegistry, UIManager } from 'react-native'; import './app/push'; import RocketChat from './app/index'; -// UIManager.setLayoutAnimationEnabledExperimental(true); +UIManager.setLayoutAnimationEnabledExperimental(true); // import './app/ReactotronConfig'; // import { AppRegistry } from 'react-native';