picker
picker copied to clipboard
[macOS] Error on pod install
I'm trying to add this module to a react native desktop project. I am getting an error when trying to run the pod install
[!] The platform of the target pvs-macOS(macOS 11.0) is not compatible withRNCPicker (2.11.0), which does not support macOS.
It also fails even if a up the macos version to 15.0 in the Podfile. The number in the error increases with the version I set it to. Has anyone had a similar issue getting the picker added to a macOS app?
"react-native": "0.76.7",
"react-native-macos": "^0.76.6",
"react-native-windows": "0.76.8",