The Example is a sample app of SignatureCapture.
Before running the app, make sure you run:
git clone https://github.com/RepairShopr/react-native-signature-capture.git
cd Example
npm install
Mac OS and Xcode are required.
- Open
Example/ios/SignatureCaptureExample.xcodeproj
in Xcode - Hit the Run button
or
cd ./Example
react-native run-ios
You'll need to have all the prerequisites (SDK, NDK) for Building React Native installed.
Start an Android emulator (Genymotion is recommended).
cd ./Example
react-native run-android
Note: Building for the first time can take a while.
Open the Example app in your emulator.