Uchendu Precious
Uchendu Precious
Hmm, looks great Thanks!
Hello, Please i also need assistance with typescript docs,
Hi I'm also experiencing this issue My remote and local notifications have been setup successfully But when my app is in foreground, i dont want the notification to pop up...
Thank You. I'll try to explain. I have checked other issues, but i haven't seen a solution. -- Location/Scheduled notification works well for me--- This issue is particular to Remote/Push...
How i send the message from my node api ``` router.post("/Notify", async function (req, res, next) { const message = { topic: "MyNews", notification: { title: "Presh Notification", body: "Here...
Hi https://github.com/zo0r/react-native-push-notification/issues/1632#issuecomment-690265077 This has solved my issue, it gave me some insight ``` onNotif(notification) { // Alert.alert(notif.title, notif.message); if(!notification.userInteraction) { PushNotification.localNotification(notification.data); } console.log("onnNotif noww,",notification) // if(notif){ // this.navigate("Login",{notif}) // }else{...
Please can this PR be merged
I'm currently experiencing this issue, any solution yet ?
i was using react-native-svg to render svgs on each `` insider `` this solved my issue https://github.com/react-native-svg/react-native-svg#problems-with-proguard
Hello I am also experiencing a similar issue I set the width of each item, but as i scroll, the slider just Jumps to a different item The issue only...