Describe the bug
I have a React Native app running on iOS and macOS (via Catalyst)
I have successfully installed the React Native SDK, and on iOS it works fine.
But when running on macOS I receive a compile error:
'presentCodeRedemptionSheet()' is unavailable in Mac Catalyst

From the doc I understood Catalyst was supported within the iOS SDK.
Is the React Native SDK for iOS different?
- Environment
- Platform: React Native (on Catalyst)
- SDK version: 4.6.1
- OS version: 12.4
- Xcode/Android Studio version: 13.4.1
- React Native version: 0.64.2
- SDK installation (CocoaPods + version or manual): CocoaPods
Describe the bug
I have a React Native app running on iOS and macOS (via Catalyst)
I have successfully installed the React Native SDK, and on iOS it works fine.
But when running on macOS I receive a compile error:
'presentCodeRedemptionSheet()' is unavailable in Mac CatalystFrom the doc I understood Catalyst was supported within the iOS SDK.
Is the React Native SDK for iOS different?