web3swift
web3swift copied to clipboard
Using with obj-c or somehow as React Native turbo module
Hi, Im not an iOS dev. Im currently working on Turbo Native Module for React Native and as far as i know there is no way to made it in Swift due to JSI architecture features. So i need to do it in obj-c++. Can someone explain how should i implement this with obj-c++ or is this even possible?
Just creating a mnemonic for example (i'm not really into obj-c++)
Or can u left some links for alternatives intended to work with obj-c++
You can try: https://developer.apple.com/documentation/swift/importing-swift-into-objective-c
It doesn't make any sense because turbo module isn't Xcode project and so it can't generate any swift header file by Xcode. And anything around Xcode. All I have its vscode and obj-c module
So there is no alternatives for web3 in obj-c?
It doesn't make any sense because turbo module isn't Xcode project and so it can't generate any swift header file by Xcode. And anything around Xcode. All I have its vscode and obj-c module
So there is no alternatives for web3 in obj-c?
Well not this lib because it's called web3swift for a reason. Personally, I don't know about any alternatives.