Closed filipef101 closed 1 year ago
Hey @filipef101 , have you tried posthog.getFeatureFlagPayload()
in react native? iirc, this should already be supported, precisely because the core supports it.
Hey @filipef101 , have you tried
posthog.getFeatureFlagPayload()
in react native? iirc, this should already be supported, precisely because the core supports it.
Pretty sure it's not exposed to the rn package. The docs also say its not available on the rn package
I'll update the docs, tried it internally and it works. Would you mind trying & ensuring you're on the latest version?
Also, mind sharing link to docs where you saw this? Just ensuring I'm not missing a few places to update
On the web dashboard, and regular docs that don't include/show the get payload option.
Hopefully just some plumbing needed to get this working 😌
@neilkakkar Updated to latest and see it now, thanks! Assumed it was not present given the above
Perfect, thanks, will update those places 👀
Describe the solution you'd like
Support for feature flags payloads.
If the core supports it, seems it could be a simple and easy addition to react-native library
Describe alternatives you've considered
Related sub-libraries
Additional context
Thank you for your feature request – we love each and every one!