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 the #import "RCTViewManager.h" to #import "React/RCTViewManager.h"