diff --git a/src/assets/launch_screen.png b/src/assets/launch_screen.png new file mode 100644 index 000000000..1327bd5cd Binary files /dev/null and b/src/assets/launch_screen.png differ diff --git a/src/screens/application/index.js b/src/screens/application/index.js index adc025ea0..2ab5e29bb 100644 --- a/src/screens/application/index.js +++ b/src/screens/application/index.js @@ -3,6 +3,8 @@ import React from 'react'; import ApplicationScreen from './screen/applicationScreen'; import ApplicationContainer from './container/applicationContainer'; +import Launch from '../launch'; + const Application = () => ( {({ @@ -16,7 +18,7 @@ const Application = () => ( isPinCodeReqiure, }) => { if (!isReady || !isRenderRequire || !isThemeReady) { - return null; + return ; } return ( ( ( flex: 1, justifyContent: 'center', alignItems: 'center', - marginBottom: 80, }} > - + );