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
Creation of a new modal component that renders on top of all other components that are present. Cannot use the React-Native modal in any way and must use css properties to achieve the same affect. Need to replace modals such as forms that use alerts with this custom modal.
Describe possible solutions considered
React-Native modals render over everything besides Javascript alerts. If we want our new custom alerts to work well, we need to create our own overlay using css attributes such as position: "absolute" and specify the boundaries of the overlay.
Additional comments
It would be a plus to implement the new animation component to give our modals some customizable behavior.
The text was updated successfully, but these errors were encountered:
Describe the feature
Creation of a new modal component that renders on top of all other components that are present. Cannot use the React-Native modal in any way and must use css properties to achieve the same affect. Need to replace modals such as forms that use alerts with this custom modal.
Describe possible solutions considered
React-Native modals render over everything besides Javascript alerts. If we want our new custom alerts to work well, we need to create our own overlay using css attributes such as position: "absolute" and specify the boundaries of the overlay.
Additional comments
It would be a plus to implement the new animation component to give our modals some customizable behavior.
The text was updated successfully, but these errors were encountered: