Skip to content

Commit 880dfdc

Browse files
authored
release: Amplify JS release (aws-amplify#13612)
2 parents dc2fc7b + 60885b7 commit 880dfdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"react-native": ">=0.70",
33-
"react-native-get-random-values": ">=1.9.0"
33+
"react-native-get-random-values": ">=1.8.0"
3434
},
3535
"devDependencies": {
3636
"@aws-amplify/rtn-push-notification": "1.2.30",

packages/rtn-push-notification/ios/AmplifyRTNPushNotificationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class AmplifyRTNPushNotificationManager {
172172
let completionHandlerId = UUID().uuidString
173173
var userInfoCopy = userInfo
174174

175-
remoteNotificationCompletionHandlers[completionHandlerIdKey] = completionHandler
175+
remoteNotificationCompletionHandlers[completionHandlerId] = completionHandler
176176
userInfoCopy[completionHandlerIdKey] = completionHandlerId
177177

178178
sharedEventManager.sendEventToJS(

0 commit comments

Comments
 (0)