amazon-ivs-react-native-player
amazon-ivs-react-native-player copied to clipboard
A React Native wrapper for the Amazon IVS iOS and Android player SDKs.
Description of changes: - Adds support for RN 0.73 - Fixes gradle warnings on uncovered player states within loop **Attention** This change will break compatibility with RN < 0.71 By...
**Describe the bug** Using the IVSPlayer component at any point in my expo-managed app causes it to break with the error "Invariant Violation: requireNativeComponent: "AmazonIvs" was not found in the...
The player exhibits some unexpected behaviour when it resizes - it appears to smoothly animate to its new dimensions over a period of about 180-220 milliseconds. I don't know if...
https://github.com/aws/amazon-ivs-react-native-player/tree/main/example In attached example for this repo, PIP is not working on iOS device On pressing the togglePip icon nothing happens. Is there any additional configuration we need to add...
**Describe the bug** PIP doesn't work for me on iOS or Android - it does nothing at all on both. **To reproduce** ``` const ref = useRef(null); // then add...
**Describe the bug** Airplay does not work with this video player. Adding [react-native-airplay-button](https://github.com/dylancom/react-native-airplay-button) does not work (no video is sent), although it works with other video players like react-native-video and...
Description of changes: - Refactored setting up pip mode for only the player vs the whole activity on android - added buttons in pip mode - added broadcast receiver to...
Android is always showing LoadingIndicator, any way to remove that plz ?
In build phase i've just received that error "Declaration of 'RCTViewManager' must be imported from module 'React.RCTViewManager' before it is required" For fixing it i need to replace in AmazonIvsManager.m...
I have flatlist of videos and every item of the list ivs video player. On scrolling videos up and down sometimes it plays a video but without sound. **Expected behavior**...