React Native utilization to access camera parameters such as focal length, sensors size,...
npm install react-native-camera-parameters
import { getCameraParameters } from 'react-native-camera-parameters';
// ...
const cameraParameters = getCameraParameters();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library