this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update app.config.ts

+1 -4
+1 -4
apps/expo/app.config.ts
··· 19 19 }, 20 20 assetBundlePatterns: ["**/*"], 21 21 ios: { 22 - supportsTablet: false, 22 + supportsTablet: true, 23 23 bundleIdentifier: "dev.mozzius.graysky", 24 - buildNumber: "1", 25 24 }, 26 25 android: { 27 - package: "dev.mozzius.graysky", 28 - versionCode: 1, 29 26 adaptiveIcon: { 30 27 foregroundImage: "./assets/icon.png", 31 28 backgroundColor: "#888888",