UNPKG

react-native-qrcode-svg

Version:

A QR Code generator for React Native based on react-native-svg and javascript-qrcode.

22 lines (20 loc) 366 B
import {StyleSheet} from 'react-native'; const styles = StyleSheet.create({ title: { marginTop: 6, fontSize: 36, fontWeight: 'bold', }, text: { fontSize: 24, }, scrollViewElement: { alignItems: 'center', margin: '1%', paddingVertical: 12, }, scrollViewContainer: { alignItems: 'center', }, }); export default styles;