`React/RCTBridgeModule.h` file not found

后端 未结 21 2337
执笔经年
执笔经年 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:47

    Latest releases of react-native libraries as explained in previous posts and here have breaking compatibility changes. If you do not plan to upgrade to react-native 0.40+ yet you can force install previous version of the library, for example with react-native-fs:

    npm install --save -E react-native-fs@1.5.1
    

提交回复
热议问题