react-native-nfc-manager
React Native NFC module for Android & iOS
File Explorer
Download Latest Version (.zip)- stale.yml
- react-native.js
- ndef.test.js
- NfcManager.test.js
- NfcManagerAndroid.test.js
- JsonConvert.java
- MifareUtil.java
- NfcManager.java
- NfcManagerPackage.java
- TagTechnologyRequest.java
- Util.java
- AndroidManifest.xml
- build.gradle
- gradle.properties
- settings.gradle
- Apple-App-Store-Icon.png
- edit-entitlement.png
- enable-capability.png
- google-play-icon.jpeg
- xcode-capability.png
- xcode-entitlement.png
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- project.pbxproj
- NfcManager+Felica.m
- NfcManager+Iso15693.m
- NfcManager+IsoDep.m
- NfcManager+Mifare.m
- NfcManager.h
- NfcManager.m
- Util.m
- constants.js
- index.js
- ndef-text.js
- ndef-uri.js
- ndef-wifi-simple.js
- ndef.js
- stringifier.js
- util.js
- NativeNfcManager.js
- Iso15693HandlerIOS.js
- IsoDepHandler.js
- MifareClassicHandlerAndroid.js
- MifareUltralightHandlerAndroid.js
- NdefFormatableHandlerAndroid.js
- NdefHandler.js
- NfcAHandler.js
- NfcVHandler.js
- index.js
- NativeNfcManager.js
- NfcError.js
- NfcManager.js
- NfcManagerAndroid.js
- NfcManagerIOS.js
- .eslintrc.js
- .gitignore
- .prettierrc.js
- .release-it.json
- .travis.yml
- app.plugin.js
- CHANGELOG.md
- eslint.config.js
- index.d.ts
- LICENSE
- package-lock.json
- package.json
- react-native-nfc-manager.podspec
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/revtel/react-native-nfc-manager
Downloads the entire project code from GitHub to your computer.
cd react-native-nfc-manager
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
npm i --save react-native-nfc-manager
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
