I am trying to make a simple react native app to show live steaming video. My youtube channel will be broadcast live every Wednesday and Sunday. So I want to make this app, when there is no live video(Mon, Tues, Thurs, Fri, Saturday), it shows most recent video OR not show any video.
After I research some days, I found react-native-live-stream npm package but I was not able to make it because it returns Invariant Violation: requireNativeComponent: "RCTLivePlayer" was not found in the UIManager. errors and can't find solution for this.
Questions:
- is there any other npm package for youtube live steaming for react native? please leave link here!
- do you know the solution of the error that i posted above? please share with me in here.
Thank you very much!