expo-barcode-scanner-interface
An interface for expo-barcode-scanner.
Last updated 6 years ago by brentvatne .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install expo-barcode-scanner-interface 
SYNC missed versions from official npm registry.

expo-barcode-scanner-interface

An interface for expo-barcode-scanner.

Installation

This package is pre-installed in managed Expo projects. You may skip the rest of the installation guide if this applies to you.

For bare React Native projects, you must ensure that you have installed and configured the @unimodules/core package before continuing.

Add the package to your npm dependencies

npm install expo-barcode-scanner-interface

Configure for iOS

Add the dependency to your Podfile and then run pod install.

pod 'EXBarCodeScannerInterface', path: '../node_modules/expo-barcode-scanner-interface/ios'

Configure for Android

  1. Append the following lines to android/settings.gradle:
include ':expo-barcode-scanner-interface'
project(':expo-barcode-scanner-interface').projectDir = new File(rootProject.projectDir, '../node_modules/expo-barcode-scanner-interface/android')
  1. Insert the following lines inside the dependencies block in android/app/build.gradle:
api project(':expo-barcode-scanner-interface')

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

Current Tags

  • 3.0.0                                ...           latest (6 years ago)
  • 2.0.0-rc.2                                ...           next (6 years ago)

10 Versions

  • 3.0.0                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 2.0.0-rc.2                                ...           6 years ago
  • 2.0.0-rc.1                                ...           6 years ago
  • 2.0.0-rc.0                                ...           6 years ago
  • 1.1.0                                ...           6 years ago
  • 1.1.0-rc.1                                ...           6 years ago
  • 1.1.0-rc.0                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
  • 1.0.0-rc.0                                ...           6 years ago
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE