67 lines
1.3 KiB
Markdown
67 lines
1.3 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
# Bug
|
|
|
|
<!--
|
|
Please provide a clear and concise description of what the bug is.
|
|
Include screenshots if needed.
|
|
Please test using the latest release of the library, as maybe said bug has been already fixed.
|
|
If the library has multiple install methods, describe installation method (e.g., pod, not pod, with jetifier etc)
|
|
-->
|
|
|
|
## Platform
|
|
<!--
|
|
Platform where your bug is happening. If Android, report if using Android or Android Exoplayer
|
|
-->
|
|
Which player are you experiencing the problem on:
|
|
* iOS
|
|
* Android ExoPlayer
|
|
* Android MediaPlayer
|
|
* Windows UWP
|
|
* Windows WPF
|
|
|
|
## 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
|
|
-->
|
|
|
|
## Video sample
|
|
If possible, include a link to the video that has the problem that can be streamed or downloaded from.
|