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

Declaration of 'RCTViewManager' must be imported from module 'React.RCTViewManager' before it is required

Open raouldandresy opened this issue 2 years ago • 1 comments

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"

Screenshot 2023-10-26 alle 00 04 17

  • Simulator: All

raouldandresy avatar Oct 25 '23 22:10 raouldandresy

In

+1

Jamal-Ud-Din-hub avatar Aug 10 '24 19:08 Jamal-Ud-Din-hub