2021-02-23 07:15:14 -07:00
|
|
|
---
|
|
|
|
name: "\U0001F41B Bug report"
|
|
|
|
about: Report a bug
|
|
|
|
title: "\U0001F41B "
|
|
|
|
labels: bug
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-02-23 07:19:08 -07:00
|
|
|
<!--
|
|
|
|
❤️ Thank you for your contribution! ❤️
|
|
|
|
Remember that you can use this project FOR FREE.
|
|
|
|
Badly written issues are less likely to be picked up than well written ones.
|
|
|
|
BEFORE creating an issue, make sure you tried everything in the TROUBLESHOOTING.md doc:
|
|
|
|
https://github.com/mrousavy/react-native-vision-camera/blob/main/docs/TROUBLESHOOTING.md
|
|
|
|
-->
|
|
|
|
|
2021-02-23 07:15:14 -07:00
|
|
|
|
|
|
|
## Type
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Replace the `[ ]` with a `[x]` where it fits:
|
|
|
|
-->
|
|
|
|
|
|
|
|
* [ ] I'm experiencing a full app crash
|
|
|
|
* [ ] A feature is not working correctly
|
|
|
|
|
|
|
|
## What
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Enter a short description for the issue you're experiencing.
|
2021-02-23 07:19:43 -07:00
|
|
|
You can also attach screenshots, GIFs or videos.
|
2021-02-23 07:15:14 -07:00
|
|
|
-->
|
|
|
|
|
|
|
|
## Reproducable sample
|
|
|
|
|
|
|
|
<!--
|
2021-02-23 07:19:08 -07:00
|
|
|
Paste a minimal code snippet so that I can use to reproduce the problem you're experiencing.
|
|
|
|
You can also link a GitHub repository.
|
|
|
|
⚠️ if you don't provide a reproducable sample, your issue will most likely not be picked up. ⚠️
|
2021-02-23 07:15:14 -07:00
|
|
|
-->
|
|
|
|
|
|
|
|
```tsx
|
|
|
|
// code here
|
|
|
|
```
|
|
|
|
|
|
|
|
## Environment
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Replace the `[ ]` with a `[x]` where it fits, and fill in the versions from `package.json`
|
|
|
|
-->
|
|
|
|
|
|
|
|
* Platform(s):
|
|
|
|
* [ ] iOS
|
|
|
|
* [ ] Android
|
|
|
|
* react-native version: ___
|
|
|
|
* react-native-vision-camera version: ___
|
|
|
|
* react-native-reanimated version: N/A
|