Skip to content

Files

Latest commit

decb6bb · Oct 12, 2017

History

History
This branch is 5 commits ahead of, 26 commits behind RepairShopr/react-native-signature-capture:master.

Example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 4, 2017
Oct 12, 2017
Oct 12, 2017
Apr 4, 2017
Aug 28, 2016
Apr 4, 2017
Apr 4, 2017
Apr 4, 2017
Aug 28, 2016
Aug 28, 2016
Apr 4, 2017
Aug 28, 2016
Aug 28, 2016
Oct 12, 2017
Oct 12, 2017

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.