Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit ed46423

Browse files
committed
updated bigText documentation
1 parent a509e8a commit ed46423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ PushNotification.localNotification({
307307
largeIcon: "ic_launcher", // (optional) default: "ic_launcher". Use "" for no large icon.
308308
largeIconUrl: "https://www.example.tld/picture.jpg", // (optional) default: undefined
309309
smallIcon: "ic_notification", // (optional) default: "ic_notification" with fallback for "ic_launcher". Use "" for default small icon.
310-
bigText: "My big text that will be shown when notification is expanded", // (optional) default: "message" prop
310+
bigText: "My big text that will be shown when notification is expanded. Styling can be done using HTML tags(see android docs for details)", // (optional) default: "message" prop
311311
subText: "This is a subText", // (optional) default: none
312312
bigPictureUrl: "https://www.example.tld/picture.jpg", // (optional) default: undefined
313313
bigLargeIcon: "ic_launcher", // (optional) default: undefined

0 commit comments

Comments
 (0)