diff --git a/App.js b/App.js index 80ccaea..57c77e3 100644 --- a/App.js +++ b/App.js @@ -18,6 +18,7 @@ import ConnectionManager from "./src/managers/ConnectionManager"; import URLHandler from "./src/utils/URLHandler"; import {setSafeBounceHeight} from "react-navigation-collapsible"; import {enableScreens} from 'react-native-screens'; +import {View} from "react-native-animatable"; // Native optimizations https://reactnavigation.org/docs/react-native-screens enableScreens(); @@ -190,12 +191,14 @@ export default class App extends React.Component { } else { return ( - - - + + + + + ); }