Open rangav opened 6 years ago
yeah I was thinking about that as well, but my experience in the past shows me that compatibility is an issue. When apple introduced swift 3, it was hell to convert the code from swift 2 to swift 3. I don't know how is it now with Swift 4, but Objective C is not changing. And now its working with just fine.
Swift 4 is fairly stable now, there might be minor improvements as well in future.
But better to be future ready and gain experience in swift.
Hi @pentarex
I have another suggestion - Better to convert this props from Objective -C to Swift to use latest features and better syntax and also Swift will be preferred language going forward for Apple.
I have wrote previously for my project code in swift and created a objc file bridge to expose method to RN.
Sample below:
Let me know if its feasible to convert to Swift
Note - I did not test the above code - just for ref.