[SDK-248] notification-component#814
[SDK-248] notification-component#814lposen wants to merge 8 commits intoloren/embedded/SDK-367-parse-media-for-componentsfrom
Conversation
|
Coverage Impact ⬇️ Merging this pull request will decrease total coverage on Modified Files with Diff Coverage (4)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
❌ 10 blocking issues (14 total)
|
| )} | ||
| </View> | ||
| </Pressable> | ||
| ); |
| * @returns The embedded view. | ||
| * | ||
| * @example | ||
| * const { handleButtonClick, handleMessageClick, media, parsedStyles } = useEmbeddedView(IterableEmbeddedViewType.Notification, { |
There was a problem hiding this comment.
Found 3 issues:
1. tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag [eslint:tsdoc/syntax]
2. tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@" [eslint:tsdoc/syntax]
3. tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@" [eslint:tsdoc/syntax]
| * config, | ||
| * onButtonClick, | ||
| * onMessageClick, | ||
| * }); |
| * | ||
| * return ( | ||
| * <View> | ||
| * <Text>{media.url}</Text> |
| * return ( | ||
| * <View> | ||
| * <Text>{media.url}</Text> | ||
| * <Text>{media.caption}</Text> |
| * <View> | ||
| * <Text>{media.url}</Text> | ||
| * <Text>{media.caption}</Text> | ||
| * <Text>{parsedStyles.backgroundColor}</Text> |
| config, | ||
| onButtonClick = () => {}, | ||
| onMessageClick = () => {}, | ||
| }: IterableEmbeddedComponentProps |
… loren/embedded/SDK-248-notification-component

🔹 JIRA Ticket(s) if any
✏️ Description
Create notification component
Testing
{"backgroundColor":"blue"}Screen.Recording.2026-02-23.at.6.21.55.PM.mov