Fork me on GitHub
#off-topic
<
2021-06-05
>
raspasov23:06:24

Has anyone used Objective-C + Swift (on iOS)? Specifically, both languages at the same time, aka in one project.

X10:06:43

yeah, you can do it via “bridge”

raspasov12:06:00

Yes! I’ve been figuring it out. Took a day or two but I kinda got it working based on the RN guides.

raspasov12:06:25

Once you set it up, it’s actually surprisingly straightforward.

raspasov12:06:01

Relatively easy to call JS <-> Swift (both ways).