Closed jhugman closed 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:
Native
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.
name: RnDiode
config.yaml
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:
Native
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 theconfig.yaml
.