Our video chat code for React Native relies on native code, and thus is not compatible with Expo. We do most of the heavy lifting as part of our video chat package, but some small changes need to be made to support iOS and Android.
Add the following line to your podfile (ios/Podfile)
pod 'AmazonChimeSDK-Bitcode', '0.19.1'
In context
target 'app_name' do
pod 'AmazonChimeSDK-Bitcode', '0.19.1' # Add here
# ... more install code
end
You need the following permissions for iOS
You need to add the following files to XCode