Ömer Geysoğlu
Results
2
issues of
Ömer Geysoğlu
is there a solution for targetsdk=28 when i change it to 25 it works. But play store will not accept this.
React Native duplication of notification when app is open ``` async componentDidMount() { // herhangi bir bildirim etkileşiminde çalışır FCM.on(FCMEvent.Notification, notif => { console.log("Bildirim geldi", notif); if(Platform.OS ==='ios' && notif._notificationType...