expo のbare workflowで開発しています。
pod 'Firebase/Analytics'
pod 'Firebase/Messaging'
を追加して、arch -x86_64 pod installし、
Xcodeで起動すると、エラーとなる
Property 'shouldEstablishDirectChannel' not found on object of type 'FIRMessaging *'
Property 'appData' not found on object of type '__strong id'
No visible @interface for 'FIRMessaging' declares the selector 'sendMessage:to:withMessageID:timeToLive:'
エラーが複数出ており、installするだけでエラーになるのはおかしいと思っています。
androidの方は
Task :react-native-firebase:compileDebugJavaWithJavac FAILED
のエラーが出ていたので、npx jetifyで回避しました。
そっちは実際に通知も送れています
あなたの回答
tips
プレビュー