I get the error 'SubscriptionPeriod' is ambiguous for type lookup in this context. during a ReactNative iOS build in DraftBit since version 9.7 of react-native-purchases. I reverted to 9.6.15 and the error disappeared. The error appeared in this line:
static func rc_normalized(subscriptionPeriod: SubscriptionPeriod) -> String
Is there something I can do to fix this?
