keshavkaul / react-native-sketch-view

A React Native component for touch based drawing supporting iOS and Android.
MIT License
99 stars 47 forks source link

Change pen color #4

Open maximromanyuk opened 7 years ago

maximromanyuk commented 7 years ago

Is it possible to change pen color?

keshavkaul commented 7 years ago

Currently, it's not possible, but that's one feature I have planned for and it wouldn't take much time to implement.

maximromanyuk commented 7 years ago

@keshavkaul I`m working on it now. Wait for PR)

maximromanyuk commented 7 years ago

Almost all realized in code, only need is to provide API

maximromanyuk commented 7 years ago

@keshavkaul https://github.com/keshavkaul/react-native-sketch-view/pull/5 Accept it pls

maximromanyuk commented 7 years ago

@keshavkaul I didn`t do one thing. On launch, penColor will be BLACK, not a color from props. I don`t know how to do it. Can you do this little fix pls?