React/RCTEventEmitter.h file not found

后端 未结 8 1335
梦谈多话
梦谈多话 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

提交回复
热议问题