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

Hello, I can't install this library on a project running expo 48. Can you check please?

## New Features and Improvements 🛠 - TypeScript module declarations added. - Rounded eye and SVG Logo support added. - RTL Support added. Before that, the QR code was reversed...

package.json { "name": "my-app", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest --watchAll" }, "jest":...

Not possible to use expo prebuild or build:OS with this. Is there any fix for this: `"peerDependencies": { "expo": "~34.0.3", "react-native-svg": "~9.5.1" }`

Hello devs, i'm using this lib to create a Qr code for tables in a restaurant. But, how can i use 'TextInput' as a variable to create a Custom Qr...

It takes a time to render on android. On ios works fine. Any fix?

I used `npm install react-native-custom-qr-codes-expo` and `expo install react-native-svg` to install ``` "dependencies": { "expo": "^36.0.2", "react-native": "~0.61.4", "react-native-custom-qr-codes-expo": "^2.2.0", "react-native-svg": "^11.0.1", ... ``` And here's the snippet of the...

The library is nice but it takes too much time to render on Android. Any solutions?

I can't scan this code : https://imgur.com/a/IK6rujf If I generate code without logo, it works fine : https://imgur.com/a/rJ9bMTW