Summary
When integrating the react native plugin for Braze, I end up with a version of the Braze react native SDK that is a year out of date. This is because the plugin currently has an out of date version defined in it's package.json.
This version isn't called out anywhere in the documentation, so I don't know if this is for a specific reason or just because the plugin hasn't had an update for almost a year.
The outdated version of the Braze sdk does not have support for important push notification behaviour on iOS, which has been included in more recent versions.
Proposed Solution
Update the dependency version in the plugin's package.json.