zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.73k stars 2.05k forks source link

"@react-native-community/push-notification-ios" The name of the property required by is not correct. #2335

Closed popocreator closed 1 year ago

popocreator commented 1 year ago

"@react-native-community/push-notification-ios" The name of the property required by is not correct.

const iosDetails = {
    ...
    repeats: ... (X)
    repeatInterval: ... (O)
    ...
  };

"react-native": "0.65.1", "react-native-push-notification": "^8.1.1",