YanYuanFE / react-native-signature-canvas

:black_nib: React Native Signature Component based WebView Canvas for Android && IOS && expo
MIT License
419 stars 150 forks source link

Question: What is the difference between Signature and SignatureScreen #274

Closed josh-thompson13 closed 1 year ago

josh-thompson13 commented 1 year ago

Hi! As the title says, I'm really trying to figure out which component I should use, can someone please tell me the difference between the two?

vasu2001 commented 1 year ago

I think they are the same thing, both are just different names for the default export from the library.

import Signature from "react-native-signature-canvas";
import SignatureScreen from 'react-native-signature-canvas';
YanYuanFE commented 1 year ago

yes,It's same thing.