react-native-custom-qr-codes icon indicating copy to clipboard operation
react-native-custom-qr-codes copied to clipboard

Customisable QR codes for React Native

Results 14 react-native-custom-qr-codes issues
Sort by recently updated
recently updated
newest added

``` ``` ![image](https://user-images.githubusercontent.com/1804003/57277878-9e710f80-70d7-11e9-9ae4-cb322f0a2a06.png)

First, thanks for this awesome lib! I used this lib to work with [this forked react-native-cached image](https://github.com/fungilation/react-native-cached-image) in my latest project. Here is code snippet: ``` import React from 'react';...

Is there a possible way to set a tintColor for the Logo? Or could we add something like that?

Inverted pieces is generated along with regular ones to use when background image is set. But these cases are mutually exclusive so you either need regular OR inverted ones. Now...