Skip to content

Commit b01eb3e

Browse files
committed
chore: updated types
1 parent 00e00e2 commit b01eb3e

File tree

5 files changed

+12285
-25591
lines changed

5 files changed

+12285
-25591
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

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

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

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"@react-native/new-app-screen": "0.81.1",
1414
"react": "19.1.0",
1515
"react-native": "0.81.1",
16-
"react-native-safe-area-context": "^5.5.2"
16+
"react-native-safe-area-context": "^5.5.2",
17+
"react-native-play-age-signals": "workspace:*"
1718
},
1819
"devDependencies": {
1920
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)