diff --git a/App.js b/App.js
deleted file mode 100644
index 7d771f2969e246634d955b58b52d9645c47a793b..0000000000000000000000000000000000000000
--- a/App.js
+++ /dev/null
@@ -1,19 +0,0 @@
-import React from 'react';
-import { StyleSheet, Text, View } from 'react-native';
-
-export default function App() {
-  return (
-    <View style={styles.container}>
-      <Text>Open up App.js to start working on your app!</Text>
-    </View>
-  );
-}
-
-const styles = StyleSheet.create({
-  container: {
-    flex: 1,
-    backgroundColor: '#fff',
-    alignItems: 'center',
-    justifyContent: 'center',
-  },
-});
diff --git a/app.json b/app.json
deleted file mode 100644
index fea7f325927bb9c454726b52feb112402641a17b..0000000000000000000000000000000000000000
--- a/app.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "expo": {
-    "name": "TACS",
-    "slug": "ehasa-mobile",
-    "privacy": "public",
-    "sdkVersion": "33.0.0",
-    "platforms": [
-      "ios",
-      "android",
-      "web"
-    ],
-    "version": "1.0.0",
-    "orientation": "portrait",
-    "icon": "./assets/icon.png",
-    "splash": {
-      "image": "./assets/splash.png",
-      "resizeMode": "contain",
-      "backgroundColor": "#ffffff"
-    },
-    "updates": {
-      "fallbackToCacheTimeout": 0
-    },
-    "assetBundlePatterns": [
-      "**/*"
-    ],
-    "ios": {
-      "supportsTablet": true
-    }
-  }
-}
\ No newline at end of file
diff --git a/assets/icon.png b/assets/icon.png
deleted file mode 100644
index 7f5e01c5e594f57cb27becf0679fe120754a7187..0000000000000000000000000000000000000000
Binary files a/assets/icon.png and /dev/null differ
diff --git a/assets/splash.png b/assets/splash.png
deleted file mode 100644
index 4f9ade699a4dc43aaf3c97ad983115cccd0e0640..0000000000000000000000000000000000000000
Binary files a/assets/splash.png and /dev/null differ
diff --git a/babel.config.js b/babel.config.js
deleted file mode 100644
index 2900afe9d85a54cf9552ec0b4107665c5c10e078..0000000000000000000000000000000000000000
--- a/babel.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module.exports = function(api) {
-  api.cache(true);
-  return {
-    presets: ['babel-preset-expo'],
-  };
-};
diff --git a/package.json b/package.json
deleted file mode 100644
index 0a103e83c8df2a3dc7e8f473313e69db5f9f5a14..0000000000000000000000000000000000000000
--- a/package.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "main": "node_modules/expo/AppEntry.js",
-  "scripts": {
-    "start": "expo start",
-    "android": "expo start --android",
-    "ios": "expo start --ios",
-    "web": "expo start --web",
-    "eject": "expo eject"
-  },
-  "dependencies": {
-    "expo": "^33.0.0",
-    "react": "16.8.3",
-    "react-dom": "^16.8.6",
-    "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
-    "react-native-web": "^0.11.4"
-  },
-  "devDependencies": {
-    "babel-preset-expo": "^5.1.1"
-  },
-  "private": true
-}