Skip to content

Instantly share code, notes, and snippets.

@medic-code
Last active October 31, 2020 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medic-code/196ad4a8d7768e7e4df1926df0926c57 to your computer and use it in GitHub Desktop.
Save medic-code/196ad4a8d7768e7e4df1926df0926c57 to your computer and use it in GitHub Desktop.
imports of QR Code Scanner
import React, { Component } from 'react'
import { StyleSheet, View, TouchableOpacity, Text } from 'react-native'
import { WebView } from 'react-native-webview'
import { QRCodeScanner } from 'react-native-qrcode-scanner
import { RNCamera } from 'react-native-camera'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment