orbital-systems / react-native-esp-idf-provisioning

ESP IDF provisioning and custom data library for react-native
MIT License
26 stars 6 forks source link

TurboModule does not handle types imported from another file #23

Closed mateogianolio closed 11 months ago

mateogianolio commented 11 months ago

When installing this package with the new architecture, it errors out with UnsupportedGenericParserError. Apparently it is a known limitation with turbo modules and types imported from another file, see https://github.com/facebook/react-native/issues/38769#issuecomment-1664014537

Solution is to copy the types to the turbomodule spec..