mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
chore: clean up
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
import type { ExpoConfig } from "expo/config";
|
import type { ExpoConfig } from "expo/config";
|
||||||
|
|
||||||
|
import { version } from "./package.json";
|
||||||
|
|
||||||
const defineConfig = (): ExpoConfig => ({
|
const defineConfig = (): ExpoConfig => ({
|
||||||
name: "movie-web",
|
name: "movie-web",
|
||||||
slug: "mw-mobile",
|
slug: "mw-mobile",
|
||||||
scheme: "dev.movieweb.app",
|
scheme: "movieweb",
|
||||||
version: "0.1.0",
|
version,
|
||||||
icon: "./assets/images/icon.png",
|
icon: "./assets/images/icon.png",
|
||||||
userInterfaceStyle: "automatic",
|
userInterfaceStyle: "automatic",
|
||||||
splash: {
|
splash: {
|
||||||
@@ -33,11 +35,6 @@ const defineConfig = (): ExpoConfig => ({
|
|||||||
favicon: "./assets/images/favicon.png",
|
favicon: "./assets/images/favicon.png",
|
||||||
bundler: "metro",
|
bundler: "metro",
|
||||||
},
|
},
|
||||||
// extra: {
|
|
||||||
// eas: {
|
|
||||||
// projectId: "your-eas-project-id",
|
|
||||||
// },
|
|
||||||
// },
|
|
||||||
experiments: {
|
experiments: {
|
||||||
tsconfigPaths: true,
|
tsconfigPaths: true,
|
||||||
typedRoutes: true,
|
typedRoutes: true,
|
||||||
|
Reference in New Issue
Block a user