Can I use Swift in React Native Turbo Modules?
I followed the guide here to create a turbo module. This was fine. https://reactnative.dev/docs/the-new-architecture/pillars-turbomodules I want to use Swift code in this turbo module. I tried adding a Swift file with this code and modifying the RTNCalculator.mm so that the…