Archana Sharma
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?
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.2.0" from...