Long messages lead to in-app notifications taking up almost half the screen on iOS and Android.
Details
Details
I tested new behavior on both operating systems. Now it shows only the first line of the message.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- kuba/notifications-error
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Fixed Tomek's comments.
native/push/in-app-notif.react.js | ||
---|---|---|
25 | Previously it was responsible for a new line between Title and Content. Now it's handled by covering message in <SingleLine> component. |