Closed mateogianolio closed 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
UnsupportedGenericParserError
Solution is to copy the types to the turbomodule spec..
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-1664014537Solution is to copy the types to the turbomodule spec..