MetaMask / metamask-ios-sdk

MetaMask SDK for iOS
Other
39 stars 33 forks source link

feat: React Native SDK Integration Support #150

Closed elefantel closed 3 months ago

elefantel commented 3 months ago

This PR adds support for React Native (RN) SDK that wraps the iOS Native SDK so that it can be used in RN apps.

Because of the heavily protocol & generics - based architecture of this SDK and the limitations in conveniently representing these in Objective C - which the RN bridge interfaces with directly, the RN wrapper sends information rpc parameters as Data blobs instead of defined model types. This change adds support to handle data rpc requests.