Has anyone used Objective-C + Swift (on iOS)? Specifically, both languages at the same time, aka in one project.
yeah, you can do it via “bridge”
Yes! I’ve been figuring it out. Took a day or two but I kinda got it working based on the RN guides.
Once you set it up, it’s actually surprisingly straightforward.
Relatively easy to call JS <-> Swift (both ways).