Brandon Dooley

Results 26 comments of Brandon Dooley

Hi @pierpo, thank you for the library. Really useful stuff. I'm having a similar use case for `refreshScreen` and am looking for how to use this method to force the...

That does help thank you, I can see the arrows are now being redrawn however it turns out my issue is not directly related to this. I will open a...

> That does help thank you, I can see the arrows are now being redrawn however it turns out my issue is not directly related to this. I will open...

Still experiencing this issue, when dragging on mobile I am not able to see the element being dragged. Anyone find a decent solution?

> @thegamenicorus has a solution here: [#16 (comment)](https://github.com/glepur/react-native-swipe-gestures/issues/16#issuecomment-344181328) Didn't work for me. Any find a solution/workaround?

> > @thegamenicorus has a solution here: [#16 (comment)](https://github.com/glepur/react-native-swipe-gestures/issues/16#issuecomment-344181328) > > Didn't work for me. Any find a solution/workaround? Okay take this back, didn't realise it was a fork. Worked...

@thegamenicorus worked perfectly thanks! Would be nice to have this in the actual npm maintained repo.

> Ok, the use of `publishNonDefault: true` in app/build.gradle solved this for me. I wonder if this should be documented for the library somehow, or if this is out of...

> I solved this by modifying obfuscatingTransformer.js in node_modules\react-native-obfuscating-transformer\dist\ > > change > > ``` > fs.writeFileSync(path.join(emitDir, filename), code); > ``` > > to > > ``` > fs.writeFileSync(path.join(emitDir, filename),...

> > > I solved this by modifying obfuscatingTransformer.js in node_modules\react-native-obfuscating-transformer\dist > > > change > > > ``` > > > fs.writeFileSync(path.join(emitDir, filename), code); > > > ``` >...