UNPKG

react-native-modal

Version:
21 lines (16 loc) 1.38 kB
### 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](https://facebook.github.io/react-native/docs/modal.html). Before reporting a bug, try swapping `react-native-modal` with react-native original Modal component to check if the problem persists. ### When reporting a bug, please be sure to include the following: - [ ] The outcome of the `react-native-modal` swap described above - [ ] A descriptive title - [ ] An *isolated* way to reproduce the behavior (example: GitHub repository with code isolated to the issue that anyone can clone to observe the problem) - [ ] 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 ### When you open an issue for a feature request, please add as much detail as possible: - [ ] 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 ### Please note by far the quickest way to get a new feature is to file a Pull Request.