A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
feat: return if the pop on NavController was successful (#27404)
Issue number: Resolves #27403 --------- ## What is the current behavior? NavController.pop() returns `Promise<void>`. ## What is the new behavior? NavController.pop() returns `Promise<boolean>` propagating success/fail from underlying outlet. ## Does this introduce a breaking change? - [ ] Yes - [x] No ---------
A
Andrzej committed
e80f0b240968de0d642463e95a35adf8dbffd2e1
Parent: bddff10
Committed by GitHub <noreply@github.com>
on 5/18/2023, 9:17:13 PM