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
[MOB-9974] Resolve deprecated API calls in the sample app (#754)
* Rename BugReporting removed `showWithOptions` to `show`
This method was deprecated and then removed in #703, so it crashes the sample app when you press the "SEND BUG REPORT" button, for that I changed it to the current version of it, `BugReporting.show`.
* Remove undefined `showIntroMessage` method in sample
0 commit comments