web3swift icon indicating copy to clipboard operation
web3swift copied to clipboard

Using with obj-c or somehow as React Native turbo module

Open NotGeorgeMessier opened this issue 2 years ago • 3 comments

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++

NotGeorgeMessier avatar Feb 14 '23 16:02 NotGeorgeMessier

You can try: https://developer.apple.com/documentation/swift/importing-swift-into-objective-c

janndriessen avatar Feb 28 '23 11:02 janndriessen

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?

NotGeorgeMessier avatar Feb 28 '23 13:02 NotGeorgeMessier

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.

janndriessen avatar Feb 28 '23 13:02 janndriessen