Skip to content

how to use fonction to display modal ? #9

@ththugues44

Description

@ththugues44

when I stage the component to change the boolean value of the isOpen parameter, it doesn't show the modal.

<ReportModal
  isOpen={this.state.isOpenModal}
  title="Sorun Bildiriniz"
  buttonText="Gönder"
  iconConfig={IcomoonConfig}
  menuOptions={this.menuOptions}
  onPress={selectedItems => {
    this.onPress(selectedItems);
  }}
/>

What to do ?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions