Fix/iap example rn 0.72 #1528
Annotations
5 errors
build:
IapExample/src/screens/Examples.tsx#L38
Argument of type '{ readonly name: "Products"; readonly label: "With success and error listeners."; readonly component: (props: unknown) => Element; readonly section: "Context"; readonly color: "#47d371"; readonly emoji: "💵"; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to parameter of type 'SectionData'.
|
build:
IapExample/src/screens/Examples.tsx#L40
Type '{ readonly name: "Products"; readonly label: "With success and error listeners."; readonly component: (props: unknown) => Element; readonly section: "Context"; readonly color: "#47d371"; readonly emoji: "💵"; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'SectionData'.
|
build:
IapExample/src/screens/Examples.tsx#L38
[tsc] reported by reviewdog 🐶
Argument of type '{ readonly name: "Products"; readonly label: "With success and error listeners."; readonly component: (props: unknown) => Element; readonly section: "Context"; readonly color: "#47d371"; readonly emoji: "💵"; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to parameter of type 'SectionData'.
Raw Output:
IapExample/src/screens/Examples.tsx(38,30): error TS2345: Argument of type '{ readonly name: "Products"; readonly label: "With success and error listeners."; readonly component: (props: unknown) => Element; readonly section: "Context"; readonly color: "#47d371"; readonly emoji: "💵"; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to parameter of type 'SectionData'.
|
build:
IapExample/src/screens/Examples.tsx#L40
[tsc] reported by reviewdog 🐶
Type '{ readonly name: "Products"; readonly label: "With success and error listeners."; readonly component: (props: unknown) => Element; readonly section: "Context"; readonly color: "#47d371"; readonly emoji: "💵"; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'SectionData'.
Raw Output:
IapExample/src/screens/Examples.tsx(40,46): error TS2322: Type '{ readonly name: "Products"; readonly label: "With success and error listeners."; readonly component: (props: unknown) => Element; readonly section: "Context"; readonly color: "#47d371"; readonly emoji: "💵"; } | { ...; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'SectionData'.
|
build
Process completed with exit code 1.
|