diff --git a/App.tsx b/App.tsx index 6cf58d6..d151e55 100644 --- a/App.tsx +++ b/App.tsx @@ -5,11 +5,13 @@ // file, You can obtain one at http://mozilla.org/MPL/2.0/. import BinaryClockScreen from './src/pages/BinaryClockScreen'; +import BootSplash from "react-native-bootsplash"; import KeepAwake from '@sayem314/react-native-keep-awake'; import React from 'react'; import { StatusBar } from 'react-native'; -const App = () => { +const App = () => { + BootSplash.hide({fade: true}); return ( <>