gazedash/react-native-airplay-ios

Problem with building application in Xcode 10.1 (10B61)

Opened this issue · 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 :(

Could you update package on npmjs.org, please?