Skip to content

Can't build on iOS with RN 0.80 #131

@pierroo

Description

@pierroo

RNSharedElementCornerRadii gives the error:

node_modules/react-native-shared-element/ios/RNSharedElementCornerRadii.m:77:77 Too few arguments to function call, expected 4, have 3

for this line:

CGPathRef path = RCTPathCreateWithRoundedRect(bounds, cornerInsets, NULL);

it should be:

CGPathRef path = RCTPathCreateWithRoundedRect(bounds, cornerInsets, NULL, NO);

Not like this library is maintained anyway, but if anyone passes by and needs the fix.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions