react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
740 stars 284 forks source link

Set userInteraction for initialLocalNotification #245

Open st1ng opened 3 years ago

st1ng commented 3 years ago

Previously it was correctly set for "remove" notifications, but was not set for local ones, and this way "initialnotification" were never treated as "opened by user". Initial fix was in #220 which broke compilation.

johnryan commented 3 years ago

Yeah would be great to see this resolved - my bad for breaking it with #220