mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
fix: add config plugin to remove notification entitlement during prebuild
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { ExpoConfig } from "expo/config";
|
||||
|
||||
import withRemoveiOSNotificationEntitlement from "./config-plugins/withRemoveiOSNotificationEntitlement";
|
||||
import { version } from "./package.json";
|
||||
|
||||
const defineConfig = (): ExpoConfig => ({
|
||||
@@ -37,6 +38,7 @@ const defineConfig = (): ExpoConfig => ({
|
||||
},
|
||||
plugins: [
|
||||
"expo-router",
|
||||
[withRemoveiOSNotificationEntitlement as unknown as string],
|
||||
[
|
||||
"expo-screen-orientation",
|
||||
{
|
||||
|
Reference in New Issue
Block a user