off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
raspasov 2021-06-05T23:13:24.296400Z

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

X 2021-06-09T10:28:43.316500Z

yeah, you can do it via “bridge”

raspasov 2021-06-16T12:42:00.438200Z

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

raspasov 2021-06-16T12:42:25.438400Z

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

raspasov 2021-06-16T12:43:01.438600Z

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