React/RCTEventEmitter.h file not found

后端 未结 8 1338
梦谈多话
梦谈多话 2021-02-04 02:56

I am trying to implement PushNotificationIOS with a detached Expo app. I am running SDK 21.0.0 (React Native 0.48).

I am getting React/RCTEventEmitter file not fou

相关标签:
8条回答
  • 2021-02-04 03:18

    USE those libraries:

    • https://github.com/zo0r/react-native-push-notification
    • https://github.com/react-native-community/react-native-push-notification-ios

    follow step by step, everything will work no need anything else

    not forget to

    pod install

    0 讨论(0)
  • Replace #import RCTEventEmitter.h or #import React/RCTEventEmitter.h with #import <React/RCTEventEmitter.h>

    Its work for me

    0 讨论(0)
提交回复
热议问题