Closed diego-paired closed 1 year ago
Hi @diego-paired ,
That is indeed a bug and we will update you once it's fixed. Thanks for filing!
Hi @diego-paired,
We have just released React Native version 4.1.0 which fixes this issue. Thanks for raising it!
Which Platforms?
Both
Which React Native Version?
0.71
Which @braze/react-native-sdk SDK version?
4.0.0
Repro Rate
100%
Steps To Reproduce
There appears to be a typo in
PushNotificationEvent
with the fieldcontext_text
Looking at the code, I believe it should be calledcontent_text
instead in BrazeReactBridge.ktExpected Behavior
content_text
Actual Incorrect Behavior
context_text
Verbose Logs
No response
Additional Information
Should this field exist on iOS?