Chan D

Results 11 comments of Chan D

Any progress with this guys? I'm still getting TypeError: Cannot read property 'prepare' of undefined from: node_modules/react-native-audio-toolkit/src/Recorder.js:77:18 as of ^1.0.6 Do you have a work around here?

On my case though, It appears to be only occurring when I do Jest Tests. Other than that, it seems to work fine with prepare. Maybe this has something to...

"issue with play" using this? Then why would you recommend a solution that is not working with both record and play? If you don't mind me asking...

Hi, let's say I don't use prepare and just use straight Recorder(RNFS.DocumentDirectory + '/filename.mp3') ( which will give you exceptions saying file doesn't exist ) you're saying I can also...

Kill and restart the packager, also make sure to terminate properly your terminals by typing 'exit'

I'm getting this issue too `curl: (3) URL using bad/illegal format or missing URL` `tar: Error opening archive: Failed to open 'flutter_macos_3.0.5-stable.zip'`

Okay I got the solution that works for me, if you're on macOS and using homebrew ( because why would you not ), just do `asdf plugin-update flutter` - updates...

@kellyi use the suggested format: `{ type: 'FeatureCollection', features: [ { type: 'Feature', properties: {}, geometry: { type: 'Point', coordinates: [-122.42305755615234, 37.82687023785448], } } ] }`

@adrianjorge yes. Use the suggested GeoJson format: `{ type: 'FeatureCollection', features: [ { type: 'Feature', properties: {}, geometry: { type: 'Point', coordinates: [-122.42305755615234, 37.82687023785448], } } ] }`