Emmett Harper

Results 12 comments of Emmett Harper

Same here I get the dynamic link from the react native built in Linking. The problem with this is it doesn't work on app install. So the big promise of...

Seems like calling `.prepare` or `.play` in any order still causes this error for me. It's complaining about this [this line for the player](https://github.com/futurice/react-native-audio-toolkit/blob/master/src/Player.js#L111) and [this line for the recorder](https://github.com/futurice/react-native-audio-toolkit/blob/master/src/Recorder.js#L77)...

@ryekerjh I ended up switching to this library with a lot more luck: https://github.com/react-native-kit/react-native-track-player/

@auser Can you merge this in and cut a new version? Seems this is working for everyone and has been a problem for everyone

Also receiving this same error when running jest tests for my RN app. Versions: "jest-cli": "^12.0.2" |__ "istanbul": "^0.4.2"

@nkbt Thanks for the script. Publishing is not ideal when dealing with private repos. Care to share what your Dockerfile looks like?

@nemoDreamer It's been awhile so I forgot what I did exactly to solve this, but involved just changing the CLI to ignore this step or hardcode what I needed in...

@Deno028 Can you elaborate exactly what you have to do to remove React and all package links in the Podfile and then manual linking the removed packaged, seems I've manually...

Can you drop in some more details on when the background timer stops working. Seems myself and others are having similar issues but one thing I've noticed is some people...

Still occurring with: ``` react-native-image-crop-picker: 0.37.2 buildToolsVersion = "28.0.3" minSdkVersion = 17 compileSdkVersion = 29 targetSdkVersion = 30 ```