Davi Borges
Davi Borges
### Version 28.1.2 ### Steps to reproduce jest.config.js ``` module.exports = { preset: 'react-native', // setupFilesAfterEnv: ['@testing-library/jest-native/extend-expect'], transformIgnorePatterns: [ '/node_modules/(?!(@react-native|react-native)/)', '/node_modules/(?!(react-native|@react-native|@react-navigation/.*|@react-native-async-storage|react-native-gesture-handler)/.*)', '/node_modules/(?!(react-native-cookies|@sentry/react-native)/)', ], setupFiles: [ './node_modules/react-native-gesture-handler/jestSetup.js', '/jest.setup.js', ], moduleNameMapper: {...
(EDIT) >I tested using another phone with android 11 and it works. Apparently, there is a problem with Xiaomi Redmi note 12 and Android 14 Hyper OS. Hi guys, I...
I'm having a probleam to connect and take photos using mid-range or entry-level Android devices. Every time that I open the camera, it will be lazy to open camera visualization...