Skip to content

Commit 00e00e2

Browse files
committed
chore: readme updated
1 parent 3ec1370 commit 00e00e2

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
A **React Native TurboModule** that provides a bridge to the **Google Play Age Signals API**, enabling Android apps to query **user supervision and age verification status** when available via Play Services.
1010

1111
[!IMPORTANT]
12-
- The Play Age Signals SDK (`com.google.android.play:age-signals`) is currently in **beta** and **not yet fully implemented** by Google.
12+
13+
- The Play Age Signals SDK (`com.google.android.play:age-signals`) is currently in **beta** and **not yet fully implemented** by Google.
1314
- Calling `checkAgeSignals()` will currently throw: java.lang.UnsupportedOperationException: Not yet implemented
1415
- This library is ready and production-safe — it will begin returning real data **automatically** once Google enables the API in upcoming Play Services updates.
1516

@@ -23,16 +24,15 @@ npm install react-native-play-age-signals
2324

2425
### 🚀 Zero Config Setup
2526

26-
* **No manual native setup required.**
27+
- **No manual native setup required.**
2728
This library uses **React Native TurboModules**, so it works out of the box with autolinking — even inside **Expo apps (custom dev clients)**.
28-
* Supports **React Native 0.72+**.
2929

3030
---
3131

3232
## 🔗 Reference Links
3333

34-
* 📘 Google Developer Docs: [Play Age Signals](https://developer.android.com/google/play/age-signals/use-age-signals-api)
35-
* 🧾 Google Support: [Age-Appropriate Ads Requirements](https://support.google.com/googleplay/android-developer/answer/16569691)
34+
- 📘 Google Developer Docs: [Play Age Signals](https://developer.android.com/google/play/age-signals/use-age-signals-api)
35+
- 🧾 Google Support: [Age-Appropriate Ads Requirements](https://support.google.com/googleplay/android-developer/answer/16569691)
3636

3737
---
3838

@@ -46,11 +46,9 @@ To help other developers comply with these same laws, I’ve **open-sourced** it
4646
4747
---
4848

49-
<a href="https://gauthamvijay.com">
5049
<picture>
5150
<img alt="Age Verification Bills in US States" src="./docs/img/bills-in-us.png" />
5251
</picture>
53-
</a>
5452

5553
---
5654

@@ -110,12 +108,12 @@ export default function App() {
110108

111109
## 🧩 Supported Platforms
112110

113-
| Platform | Status |
114-
| --------------------------------- | ------------------------------------ |
111+
| Platform | Status |
112+
| --------------------------------- | ------------------------------------- |
115113
| **Android** | ✅ Supported (pending SDK activation) |
116-
| **iOS** | 🚫 Not applicable (returns `null`) |
114+
| **iOS** | 🚫 Not applicable (returns `null`) |
117115
| **Expo (Custom Dev Client)** | ✅ Works out of the box |
118-
| **AOSP Emulator (no Play Store)** | ⚠️ Not supported |
116+
| **AOSP Emulator (no Play Store)** | ⚠️ Not supported |
119117

120118
---
121119

@@ -134,20 +132,20 @@ to connect to the Play Services API through a native Kotlin TurboModule and forw
134132

135133
## 📅 Roadmap
136134

137-
* ✅ TurboModule bridge implementation
138-
* ✅ Error handling with full Java → JS stack propagation
139-
* 🚧 Awaiting Play Services rollout of working backend
140-
* 🔔 Auto-watch for new SDK versions via Dependabot and GitHub Actions
135+
- ✅ TurboModule bridge implementation
136+
- ✅ Error handling with full Java → JS stack propagation
137+
- 🚧 Awaiting Play Services rollout of working backend
138+
- 🔔 Auto-watch for new SDK versions via Dependabot and GitHub Actions
141139

142140
---
143141

144142
## 🤝 Contributing
145143

146144
Pull requests are welcome — especially once Google enables this API!
147145

148-
* [Development workflow](CONTRIBUTING.md#development-workflow)
149-
* [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
150-
* [Code of conduct](CODE_OF_CONDUCT.md)
146+
- [Development workflow](CONTRIBUTING.md#development-workflow)
147+
- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
148+
- [Code of conduct](CODE_OF_CONDUCT.md)
151149

152150
---
153151

0 commit comments

Comments
 (0)