fiz animation android
This commit is contained in:
parent
ed5a1386e0
commit
bb7b09d244
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue