You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ios): enable function generation by Xcode with CodeGen interface (#267)
When I use Turbo module, today If I define a new method (on JS side) in my turbo module interface Native{%- project.name %}.ts, codegen generates new files. But I do not have in Xcode any warning or error that tells me to implement this new method.
Closes#261
Co-authored-by: Bartosz Klonowski <[email protected]>
Co-authored-by: Bartosz Klonowski <[email protected]>
0 commit comments