hassan-kiffgo

Results 2 comments of hassan-kiffgo

i solved this issue by changing keyExtractor as @zhenghow93 described. initially it was keyExtractor={(item, index) => `draggable-item-${item.id}`} than i changed it to keyExtractor={(item, index) => `draggable-item-${item.sequence}`}. the issue is that...

Use PushNotificationIOS.addNotificationRequest(notification) instead of PushNotificationIOS.scheduleLocalNotification(request) since scheduleLocalNotification in deprecated. https://github.com/react-native-push-notification-ios/push-notification-ios#schedulelocalnotification ![carbon](https://user-images.githubusercontent.com/61408758/106428394-b6cbb500-648a-11eb-801c-428f958aa17a.png)