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

Commit fc077c6

Browse files
authored
Fix typo
1 parent 3e9df6f commit fc077c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ PushNotification.localNotification({
296296
smallIcon: "ic_notification", // (optional) default: "ic_notification" with fallback for "ic_launcher"
297297
bigText: "My big text that will be shown when notification is expanded", // (optional) default: "message" prop
298298
subText: "This is a subText", // (optional) default: none
299-
bigPictureUl: "https://www.example.tld/picture.jpg", // (optional) default: undefined
299+
bigPictureUrl: "https://www.example.tld/picture.jpg", // (optional) default: undefined
300300
color: "red", // (optional) default: system default
301301
vibrate: true, // (optional) default: true
302302
vibration: 300, // vibration length in milliseconds, ignored if vibrate=false, default: 1000

0 commit comments

Comments
 (0)