aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

RNVideoView.h and RNVideoView.m UI component are not found in the demo #88

Closed youssefhaitham-callvita closed 3 years ago

youssefhaitham-callvita commented 3 years ago

Describe the bug I am trying to integrate the demo with my application as described in the steps mentioned in the readme file. It was mentioned that we need to copy some files from the demo to the app, all can be found except for RNVideoView.h and RNVideoView.m in ios. Will this affect the demo on ios ?

It is working fine on android but I did not try it in ios yet.

zhinang-amazon commented 3 years ago

Hi @youssefhaitham-callvita, It will not affect the demo. That class is replaced by a class provided in the iOS SDK. I will update our README to remove the reference. Thanks for catching that.