Skip to content

Toaster notifications refactor #4011 #4196

Martin Santangelo requested to merge feat/toaster-notification-2022 into release/4.23.0

Summary

Implements the changes required on #4011 (closed) and adds a toaster for email verification errors #4196 (closed)

This refactor replaces the toaster packages with react-native-styled-toast which is easier to reskin to the required design and also supports multiple toasts.

In order to customize the shadow, I forked the original package and created the @msantang78/react-native-styled-toast

I opened an MR into the original package adding this functionality (if it is merged in we can delete the fork)

Steps to test

Test this MR using the feat/toaster-notification-2022-qa branch This test app shows 4 demo toaster notifications a few seconds the app started (one for each type)

Estimated Regression Scope

All the toast notifications of the app

Edited by Martin Santangelo

Merge request reports