How can I do Signature Capture in React Native?
问题 I'm trying to understand how I can do a signature capture in React Native. My App is created with create-react-native-app and Expo and I'd prefer to not have to eject the app to get this functionality to work. Would it be possible to wrap something like this in a webview? https://github.com/szimek/signature_pad I've also looked at this project, https://github.com/RepairShopr/react-native-signature-capture but it requires me to eject the app and use react-native link . Looking for any advice