Skip to content

Fix/iap example rn 0.72 #1528

Fix/iap example rn 0.72

Fix/iap example rn 0.72 #1528

Triggered via pull request November 13, 2023 19:25
Status Failure
Total duration 1m 36s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.