delete useless files
continuous-integration/drone/push Build is passing Details

pull/19/head
Emre KARTAL 2 years ago
parent 959030c8c7
commit 7970e4bdc2

@ -49,11 +49,6 @@
"locationAlwaysAndWhenInUsePermission": "Allow Flad to use your location."
}
]
],
"extra": {
"eas": {
"projectId": "c4f08377-0f4c-4b9e-8ff6-476a8627064e"
}
}
]
}
}

@ -1,18 +0,0 @@
{
"cli": {
"version": ">= 5.2.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}

@ -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);

@ -1,4 +0,0 @@
// Learn more https://docs.expo.io/guides/customizing-metro
const { getDefaultConfig } = require('expo/metro-config');
module.exports = getDefaultConfig(__dirname);
Loading…
Cancel
Save