Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

Example

Example

The Example is a sample app of SignatureCapture.

Running this app

Before running the app, make sure you run:

git clone https://github.com/RepairShopr/react-native-signature-capture.git
cd Example
npm install

Running on iOS

Mac OS and Xcode are required.

  • Open Example/ios/SignatureCaptureExample.xcodeproj in Xcode
  • Hit the Run button

or

cd ./Example
react-native run-ios

Running on Android

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.