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
feat(ios, messaging): add getIsHeadless method to access iOS launch state (#4304)
* Exposed getIsHeadless on the iOS messaging module
- Fixes: #4233
* Added platform annotation to method declaration
* Added documentation for getIsHeadless
* Fixed type typo
* Fixed ios isHeadless property
* Turned the isHeadless method into a launchedHeadless constant
* Apply suggestions from code review
* Update packages/messaging/lib/index.d.ts
* Revert "Turned the isHeadless method into a launchedHeadless constant"
This reverts commit c181528.
Co-authored-by: Mike Hardy <[email protected]>
- For projects that use react-native-navigation (or if you just don't want to mess with your launchProperties) you can use the `getIsHeadless` method (iOS only) from messaging like so:
0 commit comments