Archana Sharma

Results 5 comments of Archana Sharma

@Dallas62 , thanks, can you suggest me how can I set these icons, as I am using onNotification trigger and it is automatically display my notification. Please suggest how can...

@Dallas62 , I have used this inside onNotification handler function like this:: ``` clickOnOpenAppNotification(notification) { console.log("noti", notification) PushNotification.localNotification({ title: notification && notification.notification && notification.notification.title || '', message: notification && notification.notification...

@Dallas62 I have checked my manifest file everything is set correctly. Also icons are added inside res folder. ``` ``` And now inside onMessage handler I am setting local notification...

@stefalda I have used redux state update, and also update state in functional component. But problem is that I have used language select list in header component and want updated...

Having an issue even if not using "extensions" prop.. why?