Skip to content

Commit 9ec2f3a

Browse files
committed
chore: align non-product files to 4.73.1 release
Take the released (develop) version of CLAUDE.md, NotificationIntentHandler.kt, and the expo-file-system patch — these were stale single-server drift, not product customizations, so the single-server release merge should adopt the released content. Leaves the diff vs develop as whitelabel + version only.
1 parent 0140ead commit 9ec2f3a

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ pnpm storybook:start # Start Metro with Storybook UI
4040
pnpm storybook-generate # Generate story snapshots
4141
```
4242

43-
## Worktree contract
44-
45-
When using worktrees (`wt`), the post-start hook runs `pnpm install` only. `wt step copy-ignored` is opt-in and only used when the worktree will perform a native build (iOS/Android/Pods/Gradle/Bundler caches).
46-
4743
## Code Style
4844

4945
- **Prettier**: tabs, single quotes, 130 char width, no trailing commas, arrow parens avoid, bracket same line

android/app/src/main/java/chat/rocket/reactnative/notification/NotificationIntentHandler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,4 @@ class NotificationIntentHandler {
170170
}
171171
}
172172
}
173+

patches/expo-file-system+19.0.21.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ index f6d43bf..197bebf 100644
2323
+
2424
@SuppressLint("WrongConstant", "DiscouragedApi")
2525
override fun definition() = ModuleDefinition {
26-
Name("ExponentFileSystem")
26+
Name("ExponentFileSystem")

0 commit comments

Comments
 (0)