Commit 2c342c5
Add Expo mobile app for Catnip workspace management (#189)
## Summary
Added a new React Native/Expo mobile application that provides native
mobile access to Catnip workspaces and Claude AI interactions. The app
connects to the existing CloudFlare worker API at `catnip.run/v1/*` to
enable mobile users to manage their development workflows.
## Key Features
- **GitHub OAuth authentication** via Expo AuthSession with secure token
storage
- **Codespace connection** with real-time status updates through
Server-Sent Events
- **Workspace management** allowing users to view, interact with, and
send prompts to Claude
- **Modern Expo SDK 52** with file-based routing using Expo Router
- **Pure Expo components** with no custom React Native dependencies for
maximum compatibility
## Implementation Notes
The mobile app mirrors the existing web Mobile components
(`WorkspaceMobile.tsx`, `CodespaceAccess.tsx`) while being optimized for
native mobile experience. It uses Expo's latest features including
SecureStore for encrypted credentials, AuthSession for OAuth flows, and
built-in fetch for API communication. The app is ready for deployment to
both iOS and Android platforms via Expo's build service.
---------
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent ecdb05b commit 2c342c5
File tree
178 files changed
+179086
-297
lines changed- .claude
- .github/workflows
- catnip-mobile
- .validate-build
- _expo/static
- css
- js
- android
- ios
- web
- assets
- assets
- workspace
- app
- workspace
- assets
- catnip.icon
- Assets
- components
- ui
- hooks
- lib
- theme
- container/internal/handlers
- docs
- worker
- xcode
- catnip.xcodeproj
- project.xcworkspace
- xcuserdata/vanpelt.xcuserdatad/xcschemes
- catnipTests
- catnipUITests
- catnip
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- logo.imageset
- Components
- Models
- Services
- Theme
- Views
- catnip.icon
- Assets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
178 files changed
+179086
-297
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments