RepairShopr / react-native-signature-capture

A simple modular component for react native (iOS) to capture a signature as an image
MIT License
961 stars 512 forks source link

showTitleLabel dos not work #219

Open gdcardoso opened 4 years ago

gdcardoso commented 4 years ago

I'm using showTitleLabel = {true} but it's not working.

react-native-cli: 2.0.1 react-native: 0.62.2

<SignatureCapture
   style = {[{flex: 1}, styles.signature]}
   ref = {signRef}
   onSaveEvent = {onSaveEvent}
   onDragEvent = {onDragEvent}
   saveImageFileInExtStorage = {false}
   showNativeButtons = {false}
   showTitleLabel
   minStrokeWidth = {5}
   maxStrokeWidth = {5}
   viewMode = "portrait"
/>
Zain-1998 commented 4 years ago

Do it like this, showTitleLabel = {true}