Adds some basic toast error popups for the following operations if they fail:
Upload sticker
Delete sticker
Create sticker pack
Also changed the ConfirmModal to support rendering as a component with a visible prop, instead of just using a showConfirmModal method. Allowing for dynamic confirm modals, as is now used in the modal to delete stickers. A loading indicator is shown while the sticker is deleted.
Important: Merge #113 first, this branch is based onmvp-screen-changes
, diff: https://github.com/brian2509/kangaroo/compare/mvp-screen-changes...error-popupsCloses #111
Adds some basic toast error popups for the following operations if they fail:
Also changed the ConfirmModal to support rendering as a component with a
visible
prop, instead of just using ashowConfirmModal
method. Allowing for dynamic confirm modals, as is now used in the modal to delete stickers. A loading indicator is shown while the sticker is deleted.