Closed idrakimuhamad closed 11 months ago
Further checking on the source code, it appear that the native method are not annotated with @ReactMethod
. Both featureFlagManagerFlag
and featureFlagManagerTrackInteraction
miss this out. Adding this solve the issue.
@idrakimuhamad Thanks for the report, will try to get it resolved today
I've actually created a PR here
https://github.com/urbanairship/react-native-airship/pull/542
I'm trying to do some exploration on Feature Flag using the RN SDK. Our account has been enabled for this.
The API are working on iOS. However, on Android its throwing error.
This is thrown at
.flag
as it appearsthis.module.featureFlagManagerFlag
inside theAirshipFeatureFlagManager
seems to be undefined. I looked at the source, it seems to be there.SDK version 17.1.0