react-native-mantra-fingerprint-scanner

1.0.98 • Public • Published

react-native-mantra-fingerprint-scanner

Getting started

$ npm install react-native-mantra-fingerprint-scanner --save

Mostly automatic installation

$ react-native link react-native-mantra-fingerprint-scanner

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-mantra-fingerprint-scanner and add RNMantraFingerprintScanner.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNMantraFingerprintScanner.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/[...]/MainActivity.java
  • Add import com.reactlibrary.RNMantraFingerprintScannerPackage; to the imports at the top of the file
  • Add new RNMantraFingerprintScannerPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-mantra-fingerprint-scanner'
    project(':react-native-mantra-fingerprint-scanner').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-mantra-fingerprint-scanner/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-mantra-fingerprint-scanner')
    

Windows

Read it! :D

  1. In Visual Studio add the RNMantraFingerprintScanner.sln in node_modules/react-native-mantra-fingerprint-scanner/windows/RNMantraFingerprintScanner.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Mantra.Fingerprint.Scanner.RNMantraFingerprintScanner; to the usings at the top of the file
  • Add new RNMantraFingerprintScannerPackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNMantraFingerprintScanner from 'react-native-mantra-fingerprint-scanner';
 
// TODO: What to do with the module?
RNMantraFingerprintScanner;

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.982latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.982
1.0.970
1.0.960
1.0.950
1.0.940
1.0.930
1.0.920
1.0.910
1.0.900
1.0.890
1.0.880
1.0.870
1.0.860
1.0.850
1.0.840
1.0.830
1.0.820
1.0.811
1.0.801
1.0.790
1.0.780
1.0.770
1.0.760
1.0.750
1.0.740
1.0.730
1.0.720
1.0.710
1.0.701
1.0.690
1.0.680
1.0.670
1.0.660
1.0.650
1.0.640
1.0.630
1.0.620
1.0.610
1.0.600
1.0.590
1.0.580
1.0.570
1.0.560
1.0.550
1.0.540
1.0.530
1.0.520
1.0.510
1.0.500
1.0.490
1.0.480
1.0.470
1.0.460
1.0.450
1.0.440
1.0.430
1.0.420
1.0.410
1.0.400
1.0.390
1.0.380
1.0.370
1.0.360
1.0.350
1.0.340
1.0.330
1.0.320
1.0.310
1.0.300
1.0.290
1.0.280
1.0.270
1.0.260
1.0.250
1.0.240
1.0.230
1.0.220
1.0.210
1.0.200
1.0.190
1.0.180
1.0.170
1.0.160
1.0.150
1.0.140
1.0.130
1.0.120
1.0.110
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i react-native-mantra-fingerprint-scanner

Weekly Downloads

5

Version

1.0.98

License

ISC

Unpacked Size

16.2 MB

Total Files

316

Last publish

Collaborators

  • ramanathan-edu