Gabriel S. L

Results 10 comments of Gabriel S. L

Hi @julianbonomini I recently sent this pull request https://github.com/jayeszee/rn-draw/pull/12

As promised: Try with: `yarn add git+https://github.com/gaboelnuevo/rn-draw.git#d3-curves`

https://github.com/jayeszee/rn-draw/issues/14

Thanks for testing. @softov Interesting Snack. I think is more clean make a separated PR merge this (https://github.com/jayeszee/rn-draw/pull/15) PR first, Publish, And then publish new changes (like https://github.com/jayeszee/rn-draw/pull/17) with a...

Please merge this. Same issue with react-native "^0.55.4"

Same issue 👍 (Android v6.0.1)

My code is `_playLocal(audioUri){ console.log('playing... ' + audioUri); var sound = new Sound(audioUri.replace('file://', ''), '', (error) => { console.log(sound.isLoaded()); if (sound.isLoaded()) { sound.setVolume(1); //sound.setNumberOfLoops(1); } if (error) { console.log('failed to...

Hi apparently the problem is while playing ogg files. See: https://stackoverflow.com/questions/12834727/android-loop-true-how-to-avoid-mediaplayer-looping-audios-with-this-metadat

hello, I had the same issue, I got work in node v6.9.2 in this branch: --> https://github.com/gaboelnuevo/node-pdfium/tree/patch-node-version I don't make a pull request because it need to be tested in...

I only tested EMF page conversion in Win7 (x64) I think that we can use NODE_MODULE_VERSION of node_version.h instead to maintain a same branch example: #if (NODE_MODULE_VERSION > 46) /*...