Draft
Conversation
…mbedded messaging
…and unused styles
… clarity on props and usage
…bedded-view-component [MOB-12270] new-embedded-view-component
…ed component styles
…g unused properties
…ibility in Embedded component
…etMedia utility function
… loren/embedded/SDK-248-notification-component
…ntation and add styles
16 new issues
|
| /** The type of view to render. */ | ||
| viewType: IterableEmbeddedViewType, | ||
| /** The message to render. */ | ||
| message: IterableEmbeddedMessage |
…n useEmbeddedView
Co-authored-by: Joao Dordio <joaodordio@icloud.com>
…tion-component [SDK-248] notification-component
| config, | ||
| onButtonClick = noop, | ||
| onMessageClick = noop, | ||
| }: IterableEmbeddedComponentProps |
| )} | ||
| </View> | ||
| </Pressable> | ||
| ); |
| } | ||
| }, [viewType]); | ||
|
|
||
| return Cmp ? <Cmp {...props} /> : null; |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…oren/embedded/SDK-246-card-component
…omponent-stretch [SDK-245] banner-component
…ponent [SDK-246] card-component
| shadowOffset: { width: 0, height: 1 }, | ||
| shadowOpacity: 0.9, | ||
| shadowRadius: 2, | ||
| width: '100%', |
| ]} | ||
| > | ||
| {message.elements?.body} | ||
| </Text> |
| </TouchableOpacity> | ||
| ); | ||
| })} | ||
| </View> |
| )} | ||
| </View> | ||
| </Pressable> | ||
| ); |
| ]} | ||
| > | ||
| {message.elements?.body} | ||
| </Text> |
| </TouchableOpacity> | ||
| ); | ||
| })} | ||
| </View> |
| </View> | ||
| </View> | ||
| </Pressable> | ||
| ); |
| shadowOffset: { width: 0, height: 1 }, | ||
| shadowOpacity: 0.9, | ||
| shadowRadius: 2, | ||
| width: '100%', |
| ]} | ||
| > | ||
| {message.elements?.body} | ||
| </Text> |
| </TouchableOpacity> | ||
| ); | ||
| })} | ||
| </View> |
… and links to OOTB views
…rface for clarity
[SDK-393] cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🔹 JIRA Ticket(s) if any
✏️ Description