VictorDev200
VictorDev200
For me, in expo go and Android when playing a sound. ```typescript import { Audio } from "expo-av"; const sounds = { title: require("../assets/sounds/title.wav"), } export async function playSound(soundName:keyof typeof...
same here with "@mgcrea/vision-camera-barcode-scanner": "^0.6.0" "react-native-vision-camera": "^3.6.4" "react-native-worklets-core": "0.2.2"
Same to me on Gradle 8.0.1: * What went wrong: Some problems were found with the configuration of task ':react-native-voice_voice:packageDebugResources' (type 'MergeResources'). - Gradle detected a problem with the following...
@socialmad I think I have a solution, do npm install react-native-voice and run the app, avoid doing the manual linking steps, it breaks the app. so just npm install should...