Skip to content

Instantly share code, notes, and snippets.

View ravjotsandhu's full-sized avatar
🥴
bss pucho na dhuan nikleya peya

Ravjot Singh ravjotsandhu

🥴
bss pucho na dhuan nikleya peya
View GitHub Profile
import React from 'react';
import {
StyleSheet,
Text,
TouchableOpacity,
Linking,
Image,
ImageBackground,
View,
DeviceEventEmitter,
@ravjotsandhu
ravjotsandhu / App.js
Last active December 21, 2023 10:31
QR Code Generator in React Native
import React, {useState, useRef} from 'react';
import {
SafeAreaView,
Text,
View,
StyleSheet,
TextInput,
TouchableOpacity,
Share,
} from 'react-native';