mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
feat: load video from providers
This commit is contained in:
@@ -19,7 +19,7 @@ const defineConfig = (): ExpoConfig => ({
|
||||
ios: {
|
||||
bundleIdentifier: "dev.movieweb.app",
|
||||
supportsTablet: true,
|
||||
requireFullScreen: true,
|
||||
requireFullScreen: true,
|
||||
},
|
||||
android: {
|
||||
package: "dev.movieweb.app",
|
||||
@@ -41,13 +41,15 @@ const defineConfig = (): ExpoConfig => ({
|
||||
tsconfigPaths: true,
|
||||
typedRoutes: true,
|
||||
},
|
||||
plugins: ["expo-router", [
|
||||
"expo-screen-orientation",
|
||||
{
|
||||
initialOrientation: "DEFAULT"
|
||||
}
|
||||
]
|
||||
],
|
||||
plugins: [
|
||||
"expo-router",
|
||||
[
|
||||
"expo-screen-orientation",
|
||||
{
|
||||
initialOrientation: "DEFAULT",
|
||||
},
|
||||
],
|
||||
],
|
||||
});
|
||||
|
||||
export default defineConfig;
|
||||
|
Reference in New Issue
Block a user