Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,11 @@ drizzle/

# Claude Code
.claude

# Environment files
/.env
.env
apps/mobile/v1/.env

# Windows reserved device names
nul
Expand Down
4 changes: 0 additions & 4 deletions apps/mobile/v1/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ function AppContent() {
}

export default Sentry.wrap(function RootLayout() {
if (__DEV__) {
console.log('=== MOBILE V1 APP WITH CLERK ===');
console.log('Clerk key loaded:', clerkPublishableKey ? 'YES' : 'NO');
}

// Lock orientation based on device type (phones: portrait only, tablets: all)
useOrientationLock();
Expand Down
Loading
Loading