amazon-ivs-react-native-player icon indicating copy to clipboard operation
amazon-ivs-react-native-player copied to clipboard

A React Native wrapper for the Amazon IVS iOS and Android player SDKs.

Results 35 amazon-ivs-react-native-player issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

feature-request

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...

bug

**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...

bug

**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...

bug

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 ?

bug

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...

bug

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**...

bug