With React Native, it seems like the most popular QR generation library is react-native-qrcode-svg. It's not actively contributed on, but it's a pretty standardized implementation so that makes sense. Added benefits are:
- Follows semver
- Uses GitHub releases
- A fair amount of customization options through props
- MIT license
Depends on D8821