diff --git a/app.json b/app.json index d759825..95c3a34 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ "supportsTablet": true, "bundleIdentifier": "com.cally.app", "googleServicesFile": "./ios/GoogleService-Info.plist", - "buildNumber": "16" + "buildNumber": "17" }, "android": { "adaptiveIcon": { diff --git a/app/(auth)/_layout.tsx b/app/(auth)/_layout.tsx index 867d5fd..c0526bd 100644 --- a/app/(auth)/_layout.tsx +++ b/app/(auth)/_layout.tsx @@ -30,6 +30,7 @@ export default function TabLayout() { backgroundColor: "#f9f8f7", height: "100%", }, + drawerIcon: () => "OVDE" }} drawerContent={(props) => { return ( diff --git a/ios/cally/Info.plist b/ios/cally/Info.plist index 48c7452..f88bc5a 100644 --- a/ios/cally/Info.plist +++ b/ios/cally/Info.plist @@ -45,7 +45,7 @@ CFBundleVersion - 16 + 17 LSRequiresIPhoneOS NSAppTransportSecurity @@ -79,6 +79,7 @@ $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route UILaunchStoryboardName SplashScreen