Open winionian opened 3 years ago
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>
Thank for @GarimaMathur07 @icflorescu in ".../node_modules/react-native-promptpay-qr/index.js" change the to ...
or