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
@garrettmac Any idea why the modal reopen and got stuck after I set visible = false? Tried the same flow without adding pagination and it works properly.
Flow:
Render pagination and modal
Open modal
Close modal
*Modal reopen and screen freeze if pagination component presents
The text was updated successfully, but these errors were encountered:
Seems like the culprit is animation conflict between Modal and Pagination component. After remove LayoutAnimation.configureNext(dotAnimation); in ./react-native-pagination/index.js, Modal is working properly.
@garrettmac PR is submitted to modify the animation props to optional, do make your review. Thanks.
@garrettmac Any idea why the modal reopen and got stuck after I set
visible = false
? Tried the same flow without adding pagination and it works properly.Flow:
The text was updated successfully, but these errors were encountered: