react-native-video/.github/ISSUE_TEMPLATE/bug_report.md

68 lines
1.3 KiB
Markdown
Raw Normal View History

2019-09-21 06:57:55 -06:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
# Bug
<!--
2022-08-06 06:10:11 -06:00
Before opening a ticket
* Ensure the issue has not been already reported
* Please test using the latest release of the library, as maybe said bug has been already fixed.
* Provide a clear and concise description of what the bug is.
* If the library has multiple install methods, describe installation method (e.g., pod, not pod, with jetifier etc)
* Include screenshots if needed.
2019-09-21 06:57:55 -06:00
-->
## Platform
<!--
2022-06-15 14:51:04 -06:00
Platform where your bug is happening.
2019-09-21 06:57:55 -06:00
-->
2019-09-21 06:59:34 -06:00
Which player are you experiencing the problem on:
* iOS
2022-06-15 14:51:04 -06:00
* Android
2019-09-21 06:59:34 -06:00
* Windows UWP
* Windows WPF
2019-09-21 06:57:55 -06:00
## Environment info
<!--
Run `react-native info` in your terminal and copy the results here. Also, include the *precise* version number of this library that you are using in the project
-->
React native info output:
```bash
// paste it here
```
Library version: x.x.x
## Steps To Reproduce
<!--
Issues without reproduction steps or code are likely to stall.
-->
1.
2.
...
## Expected behaviour
1.
2.
## Reproducible sample code
<!--
Please add to your issue a repro, a fresh codebase with the minimal changes so that the bug can be tested in isolation
-->
2019-09-21 07:39:39 -06:00
## Video sample
If possible, include a link to the video that has the problem that can be streamed or downloaded from.