0.1.25 • Published 4 years ago

@trunkrs/react-native-signature-capture v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-native-signature-pad

Getting started

$ npm install react-native-signature-pad --save

Mostly automatic installation

$ react-native link react-native-signature-pad

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-signature-pad and add TRNReactNativeSignaturePad.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libTRNReactNativeSignaturePad.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainApplication.java
  • Add import com.trunkrs.signature-pad.TRNReactNativeSignaturePadPackage; to the imports at the top of the file
  • Add new TRNReactNativeSignaturePadPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-signature-pad'
    project(':react-native-signature-pad').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-signature-pad/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-signature-pad')

Usage

import TRNReactNativeSignaturePad from 'react-native-signature-pad';

// TODO: What to do with the module?
TRNReactNativeSignaturePad;
0.1.25

4 years ago

0.1.24

4 years ago

0.1.23

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago