Ahmad Alharbi

Results 3 comments of Ahmad Alharbi

This is problem appearing with mongoose package in version up 6.0.0 i solved this problem only change mongoose package version to 5.13.10 `npm i [email protected] --save`

@anieve01 I Founded a solution. For me helped to build app with `eas build.` just add some code in `package.json` ``` "overrides": { "@react-native-voice/voice": { "@expo/config-plugins": "~7.2.2" } }, ```