From b6833f870bc9fbcbc3bd3a878ece2c0c876b4c4b Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 23 Nov 2020 11:28:24 +0500 Subject: [PATCH] remove loading.js file --- apps/mobile/loading.js | 103 ----------------------------------------- 1 file changed, 103 deletions(-) delete mode 100755 apps/mobile/loading.js diff --git a/apps/mobile/loading.js b/apps/mobile/loading.js deleted file mode 100755 index fc1ee48a6..000000000 --- a/apps/mobile/loading.js +++ /dev/null @@ -1,103 +0,0 @@ -import React from 'react'; -import * as Animatable from 'react-native-animatable'; -import {useTracked} from './src/provider'; -import {dWidth} from './src/utils'; -import {SIZE, WEIGHT} from "./src/utils/SizeUtils"; -export const Loading = () => { - const [state, dispatch] = useTracked(); - const {colors, loading} = state; - - return ( - <> - - - notes - - - A safe plac - - - - - nook - - - e to write - - - - - ); -};