Open mjuandy opened 7 years ago
what is RCManager.h
? doesn't sound part of this repo
Sorry the problem is with RNFirMessaging.h
can you check if you have set up header file lookup directory correctly? react-native link should set it for you though
The header search path on XCode points to the native module so I think its hooked up correctly
Hi, I'm trying to setup my application just for local notifications. After following all of the setup instructions for iOS non-cocoaPods and following the Firebase README I get a fatal error in my AppDelegate.m file 'RCManager.h file not found'.
Version Numbers react-native: 0.45.1 react-native-fcm: 8.0.0
Device: iPhone 6 iOS 10.3
App is running in the foreground.
Are there any specific instructions just for setting up local notifications?