Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Modal (Overlay) Component Creation [iOS] #176

Open
esteban737 opened this issue May 12, 2020 · 0 comments · May be fixed by #235
Open

Custom Modal (Overlay) Component Creation [iOS] #176

esteban737 opened this issue May 12, 2020 · 0 comments · May be fixed by #235

Comments

@esteban737
Copy link
Contributor

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.

@idelmr idelmr mentioned this issue May 12, 2020
7 tasks
@idelmr idelmr changed the title Custom Modal(Overlay) Component Creation Custom Modal (Overlay) Component Creation [iOS] Jun 9, 2020
@idelmr idelmr self-assigned this Sep 22, 2020
@idelmr idelmr linked a pull request Feb 15, 2021 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants