React Native Integration with Existing App note RCT_EXPORT_METHOD 宏

ReactNative Integration with Existing App not RCT_EXPORT_METHOD macro

与现有应用集成

RCTBridgeModule.h 文件中没有 RCT_EXPORT_METHOD 宏,RCT_EXPORT 宏已退出。

如何更新?

在我的播客文件中:

pod 'React'
pod 'React/RCTText'

只需将版本更新到 0.4.0

pod 'React', '0.4.0'
pod 'React/RCTText', '0.4.0'