You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,16 @@ For Android you need to add the `VIBRATE` permission to your app `AndroidManifes
71
71
72
72
The notification body is what is rendered inside the main Notification component and gives you the ability to customise how the notification looks. You can use the default notification body component in `./DefaultNotificationBody.js` as inspiration and guidance.
73
73
74
-
Your `notificationBodyComponent` component is given four props:
74
+
Your `notificationBodyComponent` component is given five props:
75
75
76
-
| Prop Name | Prop Description | Data Type | Default |
0 commit comments