Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: fix example
presentNotification does not take prop `fireDate`, as notification is fired immediately
  • Loading branch information
Naturalclar authored May 27, 2020
commit 77e2cad17983cb47d0c6c98412a40bc51dc1ab72
1 change: 0 additions & 1 deletion example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export const App = () => {
const sendLocalNotification = () => {
PushNotificationIOS.presentLocalNotification({
alertBody: 'Sample local notification',
fireDate: new Date().toISOString(),
applicationIconBadgeNumber: 1,
});
};
Expand Down