Update BUG_REPORT.yml
This commit is contained in:
parent
d8ac0b54fa
commit
e4c6e5d11f
27
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
27
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
@ -21,6 +21,8 @@ body:
|
||||
placeholder: >
|
||||
const device = useCameraDevices()
|
||||
|
||||
// ...
|
||||
|
||||
<Camera
|
||||
style={StyleSheet.absoluteFill}
|
||||
device={device}
|
||||
@ -49,7 +51,30 @@ body:
|
||||
console.log(JSON.stringify(device, null, 2))
|
||||
```
|
||||
This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
render: json
|
||||
placeholder: >
|
||||
{
|
||||
"id": "com.apple.avfoundation.avcapturedevice.built-in_video:6",
|
||||
"devices": [
|
||||
"ultra-wide-angle-camera",
|
||||
"wide-angle-camera"
|
||||
],
|
||||
"formats": null,
|
||||
"hardwareLevel": "full",
|
||||
"hasFlash": true,
|
||||
"hasTorch": true,
|
||||
"isMultiCam": true,
|
||||
"minZoom": 1,
|
||||
"neutralZoom": 2,
|
||||
"maxZoom": 123.75,
|
||||
"name": "Back Dual Wide Camera",
|
||||
"position": "back",
|
||||
"supportsDepthCapture": false,
|
||||
"supportsFocus": true,
|
||||
"supportsLowLightBoost": false,
|
||||
"supportsParallelVideoProcessing": true,
|
||||
"supportsRawCapture": false
|
||||
}
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
Loading…
Reference in New Issue
Block a user