fiz animation android

This commit is contained in:
Guilherme Gazzo 2018-02-08 23:21:29 -02:00
parent ed5a1386e0
commit bb7b09d244
No known key found for this signature in database
GPG Key ID: 1F85C9AD922D0829
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
import 'babel-polyfill'; import 'babel-polyfill';
import 'regenerator-runtime/runtime'; import 'regenerator-runtime/runtime';
import { AppRegistry } from 'react-native'; import { AppRegistry, UIManager } from 'react-native';
import './app/push'; import './app/push';
import RocketChat from './app/index'; import RocketChat from './app/index';
// UIManager.setLayoutAnimationEnabledExperimental(true); UIManager.setLayoutAnimationEnabledExperimental(true);
// import './app/ReactotronConfig'; // import './app/ReactotronConfig';
// import { AppRegistry } from 'react-native'; // import { AppRegistry } from 'react-native';