rishichawda / react-native-qrcode-generator

A minimal QRcode component for React Native
https://www.npmjs.com/package/react-native-qrcode-generator
MIT License
32 stars 12 forks source link

onLoad and onLoadEnd events not working on iOS and android. #2

Closed rishichawda closed 5 years ago

rishichawda commented 5 years ago

Description :

onLoad and onLoadEnd props are not working.

To reproduce :

<QRCode value={value} onLoad={this.onLoad} />

or

<QRCode value={value} onLoadEnd={this.onLoad} />

react-native version: 0.57.8