moaazsidat / react-native-qrcode-scanner

A QR code scanner component for React Native.
MIT License
2.04k stars 517 forks source link

Incompability when using react-native-permissions 2.0.2 (from this package) and in parallel with react-native-permissions 3.6.0 #386

Open odemolliens opened 2 years ago

odemolliens commented 2 years ago

Incompability when using react-native-permissions 2.0.2 (from this package) and in parallel with react-native-permissions 3.6.0

react-native-qrcode-scanner@1.5.4:
  version "1.5.4"
  resolved "https://registry.yarnpkg.com/react-native-qrcode-scanner/-/react-native-qrcode-scanner-1.5.4.tgz#5e96189260942db3287739545eb3f6a16f7c0178"
  integrity sha512-FqY6C+vi+1u7XUunCfCBoBGTjEhK9mIOhthOBgmCWH2xAXZkytrRV7ycCmnkTIFMqOIWzomlfSc7l+2vF01BzA==
  dependencies:
    "@react-native-async-storage/async-storage" "^1.13.4"
    prop-types "^15.5.10"
    react-native-permissions "^2.0.2"

What's happening?

Upgrading my react-native-permissions to 3.6.0 due to Android 13

[!] No podspec found for Permission-Camera error is triggered

How can it be reproduced?

Use 2.0.2 and 3.6.0 in same time

Build details?

Last version of this library

Expected

Upgrade of react-native-permissions to 3.6.0

mustafa-pxs commented 2 years ago

I have the same issue.