mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-30 21:21:06 +00:00
Exposure time is returned from camera as a string like 1/11. ExifInterface on expects exposure time to be formatted as a string but the string should contain decimal formatted number instead of fraction format.