Skip to content

Commit 4ff184b

Browse files
committed
docs: point maintenance notices to the GitHub repo instead of npm
1 parent a809d15 commit 4ff184b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
> **Maintenance notice:** Active development has moved to **[@kesha-antonov/react-native-chat](https://www.npmjs.com/package/@kesha-antonov/react-native-chat)**. This package is now in maintenance mode and won't receive new features. See the fork for streaming AI messages and ongoing updates. Migrating is mostly a rename - see the fork's migration guide.
3+
> **Maintenance notice:** Active development has moved to **[@kesha-antonov/react-native-chat](https://github.com/kesha-antonov/react-native-chat)**. This package is now in maintenance mode and won't receive new features. See the fork for streaming AI messages and ongoing updates. Migrating is mostly a rename - see the fork's migration guide.
44
55
## [3.4.1] - 2026-06-19
66

@@ -25,7 +25,7 @@
2525
- Documented emoji reactions in the README with screenshots and linked the Features list to their sections.
2626

2727
### 🗒️ Maintenance
28-
- Entered maintenance mode. Added an install-time notice pointing to the maintained fork **[@kesha-antonov/react-native-chat](https://www.npmjs.com/package/@kesha-antonov/react-native-chat)** (printed once on install; silence with `GIFTED_CHAT_NO_NOTICE=1`). No API or runtime changes.
28+
- Entered maintenance mode. Added an install-time notice pointing to the maintained fork **[@kesha-antonov/react-native-chat](https://github.com/kesha-antonov/react-native-chat)** (printed once on install; silence with `GIFTED_CHAT_NO_NOTICE=1`). No API or runtime changes.
2929

3030
## [3.4.0] - 2026-06-16
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
> [!NOTE]
23-
> **Active development has moved.** This package is now in maintenance mode and isn't receiving new features. Development continues - including streaming AI messages and the latest fixes - in a maintained fork: **[@kesha-antonov/react-native-chat](https://www.npmjs.com/package/@kesha-antonov/react-native-chat)**. New projects are encouraged to use it; migrating is mostly a rename (see the fork's migration guide).
23+
> **Active development has moved.** This package is now in maintenance mode and isn't receiving new features. Development continues - including streaming AI messages and the latest fixes - in a maintained fork: **[@kesha-antonov/react-native-chat](https://github.com/kesha-antonov/react-native-chat)**. New projects are encouraged to use it; migrating is mostly a rename (see the fork's migration guide).
2424
2525
---
2626

postinstall.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ try {
3232
'',
3333
' Active development has moved to a maintained fork:',
3434
` ${color.c}${color.b}@kesha-antonov/react-native-chat${color.r}`,
35-
` ${color.c}https://www.npmjs.com/package/@kesha-antonov/react-native-chat${color.r}`,
35+
` ${color.c}https://github.com/kesha-antonov/react-native-chat${color.r}`,
3636
'',
3737
' • Adds streaming AI messages + the latest fixes',
3838
' • Migrating is mostly a rename (GiftedChat → Chat)',

0 commit comments

Comments
 (0)