I am using a trained tflite model, I want to load it to my react native application and make predictions from the camera of the mobile phone, So I installed expo-camera but it is incompatible with tfjs-react-native and when trying to make it compatible the whole app crashes because expo-camera is old version
npm ERR! While resolving: @tensorflow/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/expo-camera
npm ERR! expo-camera@"~14.1.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer expo-camera@"^13.4.4" from @tensorflow/[email protected]
npm ERR! node_modules/@tensorflow/tfjs-react-native
npm ERR! @tensorflow/tfjs-react-native@"^1.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/expo-camera
npm ERR! peer expo-camera@"^13.4.4" from @tensorflow/[email protected]
Help me, please!