Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to stop zoom-in and zoom-out animation on QR Code image #96

Open
winionian opened this issue Mar 4, 2021 · 1 comment
Open

How to stop zoom-in and zoom-out animation on QR Code image #96

winionian opened this issue Mar 4, 2021 · 1 comment

Comments

@winionian
Copy link

No description provided.

@winionian
Copy link
Author

Thank for @GarimaMathur07 @icflorescu in ".../node_modules/react-native-promptpay-qr/index.js" change the to ...

<View pointerEvents="none" style={qrCode.viewStyle}>
     <QRCode
        value="encoded value"
        size={200}
        bgColor='purple'
        fgColor='white'
       />
</View>

or

   <TouchableOpacity>
      <QRCode
        value="encoded value"
        size={200}
        bgColor='purple'
        fgColor='white'
      />
    </TouchableOpacity>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant