fix(src): fix 480p resolution #18
Annotations
10 errors and 5 warnings
lint:
example/src/App.tsx#L10
Replace `·ApiVideoLiveStreamView,·PredefinedResolution·` with `⏎··ApiVideoLiveStreamView,⏎··PredefinedResolution,⏎`
|
lint:
example/src/App.tsx#L38
Replace `"360p"` with `'360p'`
|
|
lint:
src/NativeApiVideoLiveStreamView.ts#L18
Replace `"240p"·|·"360p"·|·"480p"·|·"720p"·|·"1080p";⏎` with `'240p'·|·'360p'·|·'480p'·|·'720p'·|·'1080p';`
|
lint:
src/index.tsx#L80
Replace `⏎function·resolveResolution(resolution:·Resolution·|·PredefinedResolution` with `function·resolveResolution(⏎··resolution:·Resolution·|·PredefinedResolution⏎`
|
lint:
src/index.tsx#L83
Replace `"1080p"` with `'1080p'`
|
lint:
src/index.tsx#L84
Replace `"720p"` with `'720p'`
|
lint:
src/index.tsx#L85
Replace `"480p"` with `'480p'`
|
lint:
src/index.tsx#L86
Replace `"360p"` with `'360p'`
|
lint:
src/index.tsx#L87
Replace `"240p"` with `'240p'`
|
lint:
example/src/components/settings/sections/sliderItem.tsx#L25
Inline style: { backgroundColor: '#FA5B30' }
|
lint:
example/src/components/settings/sections/sliderItem.tsx#L26
Inline style: { backgroundColor: '#FA5B30', height: 25, width: 25 }
|
lint:
example/src/components/zoomSlider.tsx#L25
Inline style: { backgroundColor: '#FA5B30' }
|
lint:
example/src/components/zoomSlider.tsx#L26
Inline style: { backgroundColor: '#FA5B30', height: 25, width: 25 }
|
lint:
example/src/components/zoomSlider.tsx#L27
Inline style: { top: 100 }
|