1.1.1 • Published 2 years ago

my-scanner v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Overview

Easy to use and very effective package. Add a bar and qr code scanner to your project by writing just a couple of lines.

Made By SOPERDEV _ https://www.soperdev.com/

Installation

npm install my-scanner 

Usage

Make a separate screen for the Scanner.

Importing :

import Scan from 'my-scanner';

Calling :

<Scan/>

Example

import * as React from 'react';
import {View} from 'react-native';
import Scan from 'my-scanner';

export default function App(){
return(
    <View>
    <Scan/>
    </View>
)
}

License

ISC © @SOPERDEV

More Packages by SOPERDEV : https://www.soperdev.com/packages