File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rtn-push-notification/ios Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
},
31
31
"peerDependencies" : {
32
32
"react-native" : " >=0.70" ,
33
- "react-native-get-random-values" : " >=1.9 .0"
33
+ "react-native-get-random-values" : " >=1.8 .0"
34
34
},
35
35
"devDependencies" : {
36
36
"@aws-amplify/rtn-push-notification" : " 1.2.30" ,
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ class AmplifyRTNPushNotificationManager {
172
172
let completionHandlerId = UUID ( ) . uuidString
173
173
var userInfoCopy = userInfo
174
174
175
- remoteNotificationCompletionHandlers [ completionHandlerIdKey ] = completionHandler
175
+ remoteNotificationCompletionHandlers [ completionHandlerId ] = completionHandler
176
176
userInfoCopy [ completionHandlerIdKey] = completionHandlerId
177
177
178
178
sharedEventManager. sendEventToJS (
You can’t perform that action at this time.
0 commit comments