electerious / Ackee

Self-hosted, Node.js based analytics tool for those who care about privacy.
https://ackee.electerious.com
MIT License
4.2k stars 351 forks source link

Support for React Native #319

Closed ShivamJoker closed 2 years ago

ShivamJoker commented 2 years ago

🐣 Is your feature request related to a problem? Please describe.

Yes currently we can't use react native

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

💡 Describe the solution you'd like

I would love to have library to support react native analytics such as user taps and pages they visit using recat navigation

A clear and concise description of what you want to happen.

We can have similar react hook which supports react native as well

❓ Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

📋 Additional context

Add any other context about the feature request here.

electerious commented 2 years ago

There's currently no plugin for React Native, but you can use the API of Ackee to send the data you want to track: https://github.com/electerious/Ackee/blob/master/docs/API.md An official plugin isn't planned. Maybe it's possible to use ackee-tracker or a modified version of ackee-tracker as a base for the plugin.