diff --git a/index.android.js b/index.android.js index 4fade3c08..f258d0e19 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';