When reporting a bug, please be sure to check if the issue still persists with react-native original modal:
Under the hood react-native-modal
uses react-native original Modal component.
Before reporting a bug, try swapping react-native-modal
with react-native original Modal component to check if the problem persists.
- The outcome of the
react-native-modal
swap described above - A descriptive title
- What version of
react-native-modal
you're using, and the platform(s) you're running it on (iOS, Android, device) - What packages or other dependencies you're using
- The behavior you expect to see, and the actual behavior
- Most important of all: An isolated way to reproduce the behavior (example: GitHub repository with code isolated to the issue that anyone can clone to observe the problem)
- A descriptive title
- A description of the problem you're trying to solve, including why you think this is a problem
- An overview of the suggested solution
- If the feature changes current behavior, reasons why your solution is better