New library: Expo client for Plausible Analytics (expo-plausible) #5721
umidjon-2231
started this conversation in
Anything Else
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’ve been working on a library called
expo-plausible
, which brings Plausible Analytics integration to Expo (React Native) apps.The package is lightweight, TypeScript-first, and follows the official Plausible Events API. It provides a simple provider + hook model, optional offline queueing, batching, and consent helpers.
🔧 Features
PlausibleProvider
+useTrackEvent
hookenableTracking
,disableTracking
, etc.)📦 Install
⚡ Quick start
📖 Docs & API reference
Full documentation: [link to your repo/docs]
API essentials:
PlausibleProvider({ config })
withdomain
,apiHost
,batch
,enableOfflineQueue
useTrackEvent()
→ send events withname
,url
,props
flushQueue()
,enableTracking()
,disableTracking()
,isTrackingEnabled()
🙋 Why I’m posting here
🔗 Repo
👉 GitHub repo link
Thanks,
— Umidjon
@ukutaht @aerosol @zoldar @RobertJoonas @macobo @ruslandoga
Beta Was this translation helpful? Give feedback.
All reactions