Skip to content

Commit 495e266

Browse files
committed
feat: perform mobile architecture rediness review
1 parent e2e0c3c commit 495e266

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ PocketPay Mobile is part of a broader PocketPay stack:
7878

7979
React Native, Expo Router, Zustand, PocketPay SDK, SecureStore, AsyncStorage
8080

81+
// To Start
8182
## Quick Start
8283

8384
```bash

docs/architecture-readiness-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ This is a reasonable strategy — but the three pieces have drifted apart.
250250
This is not a cosmetic mismatch — the app depends on the *undeclared* behaviour:
251251

252252
```ts
253-
// src/utils/validation.ts:32-36 — relies on the throw, not the boolean
253+
// src/utils/validation.ts:32-36 — relies on the throw, and not the boolean
254254
try {
255255
validatePublicKey(trimmed);
256256
} catch {

0 commit comments

Comments
 (0)