Maazy

Results 4 comments of Maazy

@dorakadri Hi were you able to resolve this. Any help is needed thanks

**UPDATED** After some more debugging i have found that const devices = Camera.getAvailableCameraDevices(); const backCameras = devices.filter((d) => d.position === 'back'); my device returns ultra wide camera but the min...

## WORKAROUND import React, { useEffect, useMemo, useRef, useState } from 'react'; import { Alert, Image, Platform, SafeAreaView, StatusBar, StyleSheet, TouchableOpacity, View, } from 'react-native'; import { useSelector } from...

@lehoi2195 Thankyou, happy to help the community