You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make @react-navigation/native an optional dependency
The SDK imported useIsFocused directly from @react-navigation/native,
making it a hard dependency even for users who don't use the inbox
feature or use a different navigation library. This wraps the import
in a try/catch with a fallback to always-focused behavior, and marks
the peer dependency as optional.
Fixes#770
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments