cssivision / react-native-qrcode

a minimalist qrcode component for react-native
MIT License
853 stars 304 forks source link

Add the ability to rotate QR Code #21

Closed omerdn1 closed 7 years ago

omerdn1 commented 7 years ago

Hey, I was wondering if you could add the ability to rotate the QR Code. thanks.

omerdn1 commented 7 years ago

Well I figured I can just use transform: [{ rotate: '180deg' }]

cssivision commented 7 years ago

i think you can rotate the whole component.