iOS Installation
Add Native SDK with Swift Package Manager
dependencies: [
.package(url: "https://github.com/snapodds/sdk-ios.git", .upToNextMajor(from: "2.0.0"))
]Add React Native SDK Module
Add Objective-C bridging header
#import <React/RCTBridgeModule.h>Last updated
Was this helpful?