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
When i wrap my application with the Provider, i have a notification showed by default.
This is due to the default props of the DefaultNotificationBody:
DefaultNotificationBody.defaultProps = {
title: 'Notification',
message: 'This is a test notification',
vibrate: true,
isOpen: false,
iconApp: null,
icon: null,
onPress: () => null,
onClose: () => null,
};
Hi,
When i wrap my application with the Provider, i have a notification showed by default.
This is due to the default props of the DefaultNotificationBody:
Has to be:
This is happening with expo and android. But visibly same problem with ios.
Thx.
The text was updated successfully, but these errors were encountered: