jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
https://jhugman.github.io/uniffi-bindgen-react-native/
Other
43 stars 5 forks source link

Add generated templates for iOS #21

Closed jhugman closed 4 months ago

jhugman commented 4 months ago

According to The Big O of Code Reviews, this is a O(n) change.

This adds files specific to iOS: the .mm, .h and .podspec.

Because the podspec is likely to be evolve in the builder-bob template as react-native evolves, then we also add a noOverwrite to the project config file.