expo-callkit-telecom 0.2.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.2.8"
2
+ ".": "0.3.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to `expo-callkit-telecom` are documented here.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.0](https://github.com/mfairley/expo-callkit-telecom/compare/v0.2.8...v0.3.0) (2026-05-17)
9
+
10
+
11
+ ### Features
12
+
13
+ * **docs:** branded icon, demo gallery, social cards, SEO outlinks ([33f8bc3](https://github.com/mfairley/expo-callkit-telecom/commit/33f8bc3d6329fe04ca6f76eca452b481941fef64))
14
+
15
+
16
+ ### Documentation
17
+
18
+ * **readme:** swap <video> for clickable poster <img> ([584dd1f](https://github.com/mfairley/expo-callkit-telecom/commit/584dd1f717766536e87c3b4cef3196412e606045))
19
+
8
20
  ## [0.2.8](https://github.com/mfairley/expo-callkit-telecom/compare/v0.2.7...v0.2.8) (2026-05-16)
9
21
 
10
22
 
package/README.md CHANGED
@@ -14,6 +14,39 @@ The module is opinionated about *system integration* and unopinionated about *me
14
14
  <img alt="license" src="https://img.shields.io/npm/l/expo-callkit-telecom">
15
15
  </p>
16
16
 
17
+ <h2 align="center">📱 See it in action</h2>
18
+
19
+ <table align="center">
20
+ <tr>
21
+ <th></th>
22
+ <th align="center">Outgoing call</th>
23
+ <th align="center">Incoming (banner)</th>
24
+ <th align="center">Incoming (full screen)</th>
25
+ </tr>
26
+ <tr>
27
+ <td align="center"><strong>iOS</strong></td>
28
+ <td align="center">
29
+ <a href="https://github.com/mfairley/expo-callkit-telecom/raw/main/docs/public/outgoing-call-ios.mp4" title="Click to watch — outgoing call on iOS">
30
+ <img src="docs/public/outgoing-call-ios-poster.jpg" alt="Outgoing call on iOS (click to watch)" width="200">
31
+ </a>
32
+ </td>
33
+ <td align="center"><img src="docs/public/incoming-call-banner-ios.png" alt="Incoming call banner on iOS" width="200"></td>
34
+ <td align="center"><img src="docs/public/incoming-call-fullscreen-ios.png" alt="Incoming call full screen on iOS" width="200"></td>
35
+ </tr>
36
+ <tr>
37
+ <td align="center"><strong>Android</strong></td>
38
+ <td align="center">
39
+ <a href="https://github.com/mfairley/expo-callkit-telecom/raw/main/docs/public/outgoing-call-android.mp4" title="Click to watch — outgoing call on Android">
40
+ <img src="docs/public/outgoing-call-android-poster.jpg" alt="Outgoing call on Android (click to watch)" width="200">
41
+ </a>
42
+ </td>
43
+ <td align="center"><img src="docs/public/incoming-call-banner-android.png" alt="Incoming call banner on Android" width="200"></td>
44
+ <td align="center"><img src="docs/public/incoming-call-fullscreen-android.png" alt="Incoming call full screen on Android" width="200"></td>
45
+ </tr>
46
+ </table>
47
+
48
+ <p align="center"><sub>▶︎ Click an outgoing-call thumbnail above to watch the video. Or see the full demo on the <a href="https://mfairley.github.io/expo-callkit-telecom/">docs site</a>.</sub></p>
49
+
17
50
  ## ✨ Features
18
51
 
19
52
  - 📱 **Native calling UI** — CallKit on iOS, Telecom incoming-call notification + full-screen intent on Android
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-callkit-telecom",
3
- "version": "0.2.8",
3
+ "version": "0.3.0",
4
4
  "description": "CallKit + Jetpack Core-Telecom for Expo / React Native — native call UI, VoIP push, LiveKit-friendly audio. A modern react-native-callkeep alternative.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",