Socket
Socket
Sign inDemoInstall

unimodules-barcode-scanner-interface

Package Overview
Dependencies
0
Maintainers
18
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0-rc.0

4

package.json
{
"name": "unimodules-barcode-scanner-interface",
"version": "1.0.0",
"version": "2.0.0-rc.0",
"description": "An interface for bar code scanners",

@@ -21,3 +21,3 @@ "main": "index.js",

"homepage": "https://github.com/expo/expo/tree/master/packages/unimodules-barcode-scanner-interface",
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
"gitHead": "211a7a3ce4007e7aa10ccf6efac4b5333ec31d0a"
}

@@ -21,22 +21,8 @@ # unimodules-barcode-scanner-interface

```ruby
pod 'UMBarCodeScannerInterface', path: '../node_modules/unimodules-barcode-scanner-interface/ios'
```
### Configure for Android
1. Append the following lines to `android/settings.gradle`:
No additional set up necessary.
```gradle
include ':unimodules-barcode-scanner-interface'
project(':unimodules-barcode-scanner-interface').projectDir = new File(rootProject.projectDir, '../node_modules/unimodules-barcode-scanner-interface/android')
```
2. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
```gradle
api project(':unimodules-barcode-scanner-interface')
```
# Contributing
Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc