New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-nfc-daa

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-nfc-daa

## Getting started

1.0.5
latest
npm
Version published
Maintainers
1
Created
Source

react-native-nfc-daa

Getting started

$ npm install react-native-nfc-daa --save

Mostly automatic installation

$ react-native link react-native-nfc-daa

Manual installation

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

Usage

import RNNfcDaa from 'react-native-nfc-daa';

// TODO: What to do with the module?
RNNfcDaa;

Keywords

react-native

FAQs

Package last updated on 15 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts