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

RN 0.61.3 issue

Open sidferreira opened this issue 6 years ago • 12 comments

I'm having this weird error when using AirPlayButton:

-[RNAirplay setReactTag:]: unrecognized selector sent to instance 0x6000039e5a80
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 
 '-[RNAirplay setReactTag:]: unrecognized selector sent to instance 0x6000039e5a80'

Can't find a reason for it...

sidferreira avatar Nov 06 '19 20:11 sidferreira

@gazedash please publish #6

sidferreira avatar Nov 21 '19 13:11 sidferreira

@sidferreira sorry mate, I am busy, but you know that you can use it directly from github? Just put a link instead of version in package Json and add # with commit hash at the end

gazedash avatar Nov 28 '19 06:11 gazedash

@gazedash Yeah, it's just a personal preference 😂

sidferreira avatar Nov 29 '19 11:11 sidferreira

@gazedash I need NPM permissions to publish 1.0.8

sidferreira avatar Dec 02 '19 12:12 sidferreira

+1 to pushing this!

raymondjacobson avatar Jan 07 '20 22:01 raymondjacobson

+1 let's get 1.0.8 published! It's kinda risky using the project from github because there is no guarantee that this repo isn't going to disappear (like the old one react-native-airplay-btn)

If @sidferreira was added as an additional maintainer on NPM then we could be confident that the package won't disappear.

chestercharles avatar Apr 20 '20 19:04 chestercharles

Does this library works? Or is there any other library for airplay?

voslartomas avatar Jul 28 '20 09:07 voslartomas

Afaik it is working, but the ownerbhas a tight schedule and maintenance is kinda complicated...

sidferreira avatar Jul 29 '20 15:07 sidferreira

The fix provided in this https://github.com/gazedash/react-native-airplay-ios/pull/6 is working fine. But there was another issue found in Xcode 12.2 so I have fixed it here https://github.com/gazedash/react-native-airplay-ios/pull/21

krunalbad avatar Jan 27 '21 13:01 krunalbad

@krunalbad I have another important assignment at the moment, so I can't test it just yet. Maybe @gazedash can. Still, will keep this notification unread to visit it asap.

sidferreira avatar Jan 27 '21 15:01 sidferreira

@krunalbad Your fix doesn't work for me. Any chance you can have a look at it on latest RN and Xcode 12.5.1? Xcode says 'RNAirplay/RNAirplay-Swift.h' file not found.

bobinrinder avatar Jul 09 '21 01:07 bobinrinder

I may not have a chance anytime soon to test on 12.5.1. But can you try the previous changes? @bobinrinder https://github.com/gazedash/react-native-airplay-ios/pull/21/files#diff-71c8adbabe619acdfa9c904aa33184213a7ae2119cfb2a9d99f85fe75ae01991

krunalbad avatar Jul 09 '21 12:07 krunalbad