Space6188
Space6188
yarn run v1.22.21 $ react-native run-android info JS server already running. info Installing the app... > Configure project :notifee_react-native :notifee_react-native @notifee/react-native found at /Users/space/Desktop/Bat/node_modules/@notifee/react-native :notifee_react-native package.json found at /Users/space/Desktop/Bat/node_modules/@notifee/react-native/package.json :notifee_react-native:version...
const [candles, setCandels] = useState([]); const data = useAudioPlayer(); console.log(VM); useEffect(() => { (async () => { const candles = await data.extractWaveformData({ noOfSamples, playerKey: 'bb', path: VM.uri, }); setCandels(candles[0]); })();...