react-native-airplay-ios icon indicating copy to clipboard operation
react-native-airplay-ios copied to clipboard

Problem with building application in Xcode 10.1 (10B61)

Open PavelMikhadziuk opened this issue 5 years ago • 1 comments

image @gazedash I suppose you could use something like that:

      ...
       self._volumeView = volumeView
        if let localSource = self.source {
            setSource(localSource)
        }
        addSubview(volumeView)
       ...

UPD I'm confused. I take a look at your original code ios/RNAirView.swift and I found condition which help to avoid such problem. But I haven't it in my installed libraries :(

PavelMikhadziuk avatar Jul 08 '19 21:07 PavelMikhadziuk

Could you update package on npmjs.org, please?

PavelMikhadziuk avatar Jul 09 '19 13:07 PavelMikhadziuk