Skip to content

Commit

Permalink
Maybe fixed something
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Sep 14, 2024
1 parent 672dc2d commit 9e59236
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
55 changes: 55 additions & 0 deletions app.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
export default {
expo: {
name: "rebeal",
slug: "rebeal",
version: "1.0.0",
orientation: "portrait",
icon: "./assets/images/icon.png",
scheme: "rebeal",
userInterfaceStyle: "automatic",
splash: {
image: "./assets/images/splash.png",
resizeMode: "contain",
backgroundColor: "#000000",
},
ios: {
supportsTablet: true,
bundleIdentifier: "com.rebeal",
},
android: {
adaptiveIcon: {
foregroundImage: "./assets/images/adaptive-icon.png",
backgroundColor: "#000000",
},
googleServicesFile: process.env.GOOGLE_SERVICES_JSON,
package: "com.rebeal",
},
web: {
bundler: "metro",
output: "static",
favicon: "./assets/images/favicon.png",
},
plugins: [
"expo-router",
[
"expo-notifications",
{
icon: "./assets/images/icon.png",
defaultChannel: "default",
sounds: ["./assets/sounds/notification.wav"],
},
],
],
experiments: {
typedRoutes: true,
},
extra: {
router: {
origin: false,
},
eas: {
projectId: "9a24b32b-fac3-49b4-8a53-de227d25d1b2",
},
},
},
};
55 changes: 0 additions & 55 deletions app.json

This file was deleted.

0 comments on commit 9e59236

Please sign in to comment.