App Interface Guideline: Feedback — Success Feedback. Keywords: toast checkmark banner. Platform: iOS/Android/React Native. Description: Confirm successful actions with brief feedback. Do: Show toast/checkmark or banner. Don't: Complete actions silently with no confirmation. Good Example: showToast('Saved successfully'). Bad Example: // silently update state only. Severity: Medium.