From 65ba27ea26ebaada1835dbf03c0462a7049fcf45 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Wed, 22 Apr 2020 21:37:40 +0200 Subject: [PATCH] Fixed navigation white background --- App.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 ( - - - + + + + + ); }