We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to show up the modal but it thrown to me this error:
{"errorCode": "modalAlreadyPresented", "errorMessage": "Cannot present modal because it's already presented", "isInFocus": false, "isPresented": false, "modalLevel": -1, "modalLevelPrev": -1, "modalUUID": "62BF1859-E846-496F-8245-B54FA7CABD69", "target": 123, "visibility": true}
The code:
import { ModalView } from 'react-native-ios-modal'; ... <ModalView ref={ref => this.modalRef = ref} > <> <MoreOptions item={song} context={context} propsContext={this.props} refresh={() => this.props.refreshAnAction()} onclose={() => { this.props.unsubscribeStates() }} /> </> </ModalView>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to show up the modal but it thrown to me this error:
{"errorCode": "modalAlreadyPresented", "errorMessage": "Cannot present modal because it's already presented", "isInFocus": false, "isPresented": false, "modalLevel": -1, "modalLevelPrev": -1, "modalUUID": "62BF1859-E846-496F-8245-B54FA7CABD69", "target": 123, "visibility": true}
The code:
The text was updated successfully, but these errors were encountered: