关于React Native报Cannot initialize a parameter of type ‘NSArray<id<RCTBridgeModule>>错误的解决方案

最近,在运行一个老RN项目的时候,使用Xcode运行的时候报了如下的代码错误:

Cannot initialize a parameter of type 'NSArray> *' 
                with an lvalue of type 'NSArray *__strong'
Cannot initialize a parameter of type 'NSArray *' 
                with an lvalue of type 'NSArray> *__strong'
Cannot initialize a parameter of type 'NSArray> *' 
                with an rvalue of type 'NSArray

你可能感兴趣的:(React,Native)