Skip to content

Commit e693419

Browse files
authored
Merge pull request #33 from typelets/feat/mobile-public-notes
feat(mobile): add public notes feature with publish/unpublish support
2 parents cced093 + 6531831 commit e693419

File tree

26 files changed

+1099
-385
lines changed

26 files changed

+1099
-385
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,11 @@ drizzle/
261261

262262
# Claude Code
263263
.claude
264+
265+
# Environment files
264266
/.env
267+
.env
268+
apps/mobile/v1/.env
265269

266270
# Windows reserved device names
267271
nul

apps/mobile/v1/app/_layout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ function AppContent() {
165165
}
166166

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

173169
// Lock orientation based on device type (phones: portrait only, tablets: all)
174170
useOrientationLock();

0 commit comments

Comments
 (0)