diff --git a/src/FLAD/app.json b/src/FLAD/app.json index 5b5c4f6..db57ce3 100644 --- a/src/FLAD/app.json +++ b/src/FLAD/app.json @@ -49,11 +49,6 @@ "locationAlwaysAndWhenInUsePermission": "Allow Flad to use your location." } ] - ], - "extra": { - "eas": { - "projectId": "c4f08377-0f4c-4b9e-8ff6-476a8627064e" - } - } + ] } } diff --git a/src/FLAD/eas.json b/src/FLAD/eas.json deleted file mode 100644 index babe5b7..0000000 --- a/src/FLAD/eas.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "cli": { - "version": ">= 5.2.0" - }, - "build": { - "development": { - "developmentClient": true, - "distribution": "internal" - }, - "preview": { - "distribution": "internal" - }, - "production": {} - }, - "submit": { - "production": {} - } -} diff --git a/src/FLAD/index.js b/src/FLAD/index.js deleted file mode 100644 index 1d6e981..0000000 --- a/src/FLAD/index.js +++ /dev/null @@ -1,8 +0,0 @@ -import { registerRootComponent } from 'expo'; - -import App from './App'; - -// registerRootComponent calls AppRegistry.registerComponent('main', () => App); -// It also ensures that whether you load the app in Expo Go or in a native build, -// the environment is set up appropriately -registerRootComponent(App); diff --git a/src/FLAD/metro.config.js b/src/FLAD/metro.config.js deleted file mode 100644 index 9430b0f..0000000 --- a/src/FLAD/metro.config.js +++ /dev/null @@ -1,4 +0,0 @@ -// Learn more https://docs.expo.io/guides/customizing-metro -const { getDefaultConfig } = require('expo/metro-config'); - -module.exports = getDefaultConfig(__dirname);