Skip to content

Error: while updating property 'fill' of a view managed by: RNSVGReact #21

Description

@benedictpmateo

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 component

import React from 'react'
import { View } from 'react-native'
import { QRCode } from 'react-native-custom-qr-codes-expo';

const QR = () => (
    <View>
        <QRCode
            content="ID-123456"
        />
    </View>
);

export default QR

I'm using expo to run the app in an android 10 phone

Thanks for the help

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions