`React/RCTBridgeModule.h` file not found

后端 未结 21 2264
执笔经年
执笔经年 2020-11-30 00:31

Getting this error while building a react-native iOS app on xcode.

Started getting this error after npm install and rpm linking react-native-fs library. But

21条回答
  •  粉色の甜心
    2020-11-30 00:43

    For viewers who got this error after upgrading React Native to 0.40+, you may need to run react-native upgrade on the command line.

提交回复
热议问题