jhugman / uniffi-bindgen-react-native

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

Tighten up logic around generated codegened spec filename #98

Closed jhugman closed 1 month ago

jhugman commented 1 month ago

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

Fixes #44.

This PR investigates and fixes how the React Native Codegen file is named, taking into consideration the rules around what it creates.

It turns out that it:

The PR still allows ReactNative and RN to be trimmed, but only if it is not specified in the configuration YAML.

E.g. name: RnDiode to the top of the config.yaml.