react-gmail-scanner

0.1.21 • Public • Published

INSTALLATION

npm install
rnpm link react-native-safari-view
fallbacks to linking browser

USAGE

import ReactGmailScanner, { ButtonScan } from 'react-gmail-scanner';
 
...
 
componentDidMount(){
    ReactGmailScanner.init('https://test.com/verify');
    ReactGmailScanner.setBackgroundColor({
        backgroundColor:'#21CE99',
        color: '#fff'
    });
}
 
// triggering it manually
handleOnPress(){
    ReactGmailScanner.scan();
}
 
// triggering it automatically
render(){
    return (<ButtonScan />);
}

DEPENDENCIES

  • "axios": "^0.16.1",
  • "react-native-custom-tabs": "^0.1.5",
  • "react-native-safari-view": "^2.0.0"

Readme

Keywords

none

Package Sidebar

Install

npm i react-gmail-scanner

Weekly Downloads

3

Version

0.1.21

License

ISC

Last publish

Collaborators

  • coding.malkio