Jeremy Grancher
Jeremy Grancher
FWIW, i'm getting the same error. Using `next.js`, my component looks like this: ```js import React from 'react'; import { Helpers } from 'react-scroll'; class Section extends React.Component { render()...
@fisshy In this case, `this.props` has: `children`, `name`, and `parentBindings` object.
@rstormsf You may have had issues because of RN > 0.40 headers breaking change. Can you try now by using the `master` branch of react-native-sketch? (until I push a major...
Regarding the "scratch-n-see" feature, I can't think of a way of doing it. It would mean "reverting" the way of drawing - having a full background and drawing with a...
Hello @alexsotocx, Thanks for your help on getting this module for Android! Really appreciate it (and sorry about my delay). What is the kind of information that you would need?...
Hey @peacechen ! This is something that I completely neglected, as I generally used my phone locked on portrait mode (same story about the apps I worked on, no landscape...
Hey @zdenham! So far I haven't been thinking of adding this feature. That could be a great addition so if you'd like to contribute, please feel free to make a...
@levbrie Do you mean including the force and sensitivity attributes along with azimuths? Again, this would be a huge improvement (breaking one maybe for those who rely on `strokeThickness`) but...
So far there's no way of doing that. Is [this PR](https://github.com/jgrancher/react-native-sketch/pull/27) close to what you're looking for? (ability to keep a reference of drawing lines and / or delete them)...
@minhnhatspk Yep sorry, I was talking about this one: https://github.com/jgrancher/react-native-sketch/pull/27