Skip to content

Instantly share code, notes, and snippets.

@medic-code
Last active October 31, 2020 10:38
Embed
What would you like to do?
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