You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing `auto` requests the rear camera by default and will
fallback to whatever kind of camera is installed otherwise. This
is the same behavior `rear` had before. `rear` now force requests
the rear camera.
The makes `rear` behavior more intuitive especially when dealing
switching between turning the camera on and off. This now means
switching between values `auto` and `off` instead of `rear` and
`off`.
BREAKING CHANGE: `rear` option for camera prop now force requests
rear camera. New `auto` option now implements old `rear` behavior.
0 commit comments