-
Notifications
You must be signed in to change notification settings - Fork 42
[MOB-10033] Example App: inbox #591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…and update navigation types
…xTrigger in IterableAppProps, update context provider, and initialize state
…tomizations and create Inbox.constants for styling Fixed main iterable app so that constants are property being exported.
…e for unread messages, update navigation routes, and enhance state management in useIterableApp
…MOB-10033-add-inbox
…MOB-10033-add-inbox
evantk91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a few clarifications. But otherwise looking good.
| handleMessageSelect={(messageId: string, i: number) => | ||
| handleMessageSelect(messageId, i) | ||
| } | ||
| handleMessageSelect={handleMessageSelect} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats the reason for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleanliness/readability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha. Can the same be done for deleteRow?
🔹 JIRA Ticket(s) if any
✏️ Description
Added an inbox to the example app
Testing
yarn installScreenshots
iOS
Android