chore: stuff

This commit is contained in:
Adrian Castro
2024-02-04 14:52:10 +01:00
parent c4a56c1a2a
commit b4e9ff5086
3 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ const defineConfig = (): ExpoConfig => ({
name: "movie-web",
slug: "mw-mobile",
scheme: "dev.movieweb.app",
version: "1.0.0",
version: "0.1.0",
orientation: "portrait",
icon: "./assets/images/icon.png",
userInterfaceStyle: "automatic",

View File

@@ -19,6 +19,7 @@
},
"dependencies": {
"@expo/metro-config": "^0.17.3",
"@movie-web/tmdb": "*",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"expo": "~50.0.5",