-
Notifications
You must be signed in to change notification settings - Fork 504
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
android app crashes while opening modal second time #290
Comments
This simple change fixed my issue: #291 |
disable ex: |
I'm experiencing the same issue. I'm using v2.0.0 @maxs15 on android the app crashes when a modal gets opened for the second time. <Modal
isOpen={this.props.orderId !== undefined}
onOpened={this.openModal} // side effect that dispatches an action
onClosed={this.closeModal} // performing a callback from the parent component.
... // some more props
/> I can open and close the Modal 1 time, but the second time the app crashes without any error or other information. I was wondering if it might be the Any help would be appreciated! |
hello everyone, if anyone stumbling upon this thread, and wondering a fix, i found my fix, not guaranteed will work for you just like other workaround, but worth to try, please refer here : my answer |
I have multiple markers loaded on the map. On pressing a marker a modal pops up with information. But when I try to open the modal next time the app crashes. It works on iOS though.
I have also tried this hack but it doesn't seem to work.
#248 (comment)
react-native: 0.61.1
react-native-modalbox: 2.0.0
The text was updated successfully, but these errors were encountered: