PostHog / posthog-js-lite

Reimplementation of posthog-js to be as light and modular as possible.
https://posthog.com/docs/libraries
MIT License
70 stars 36 forks source link

Added useFeatureFlagWithPayload for react native #111

Closed Jonatthu closed 1 year ago

Jonatthu commented 1 year ago

Enabling feature flags with payload, this should be essential to have...

Problem

Enables feature flags with payload for react native

Changes

It just exposes a new hook for this.

Release info Sub-libraries affected

Bump level

Libraries affected

Changelog notes

Jonatthu commented 1 year ago

@benjackwhite I think this is ready to go!

Jonatthu commented 1 year ago

@benjackwhite @neilkakkar I have added sentry integration, it has been tested.

image image
Jonatthu commented 1 year ago

@marandaneto Done

marandaneto commented 1 year ago

@Jonatthu please add an entry to the changelog so we can get it merged, thanks for the PR.

Jonatthu commented 1 year ago

@marandaneto Done, Can we merge it now?