前提・実現したいこと
iOS端末でreact native firebase/messagingを利用したい。
現状だとインストールを実行してもimportしただけでエラーが出力されてしまう。
発生している問題・エラーメッセージ
以下の手順を行ったが、importする事ができなかった。
手順1
terminal
1yarn add @react-native-firebase/app 2yarn add @react-native-firebase/messaging 3cd ios & pod install
importした際に出力されたメッセージ
Unhandled JS Exception: Requiring unknown module "1869". If you are sure the module exists, try restarting Metro. You may also want to run `yarn` or `npm install`.
手順2
terminal
1yarn add @react-native-firebase/app 2yarn add @react-native-firebase/messaging 3npm install 4cd ios & pod install
→これと同じ事象「https://github.com/invertase/react-native-firebase/issues/162」
手順3
terminal
1npm install --save @react-native-firebase/messaging 2npm install --save @react-native-firebase/app 3cd ios & pod install
→これと同じ事象「https://github.com/invertase/react-native-firebase/issues/162」
該当のソースコード
Javascript
1【App.js】 2 3 import messaging from '@react-native-firebase/messaging'; 4
実行環境
Xcode:Version 11.6 (11E708)
expo:3.27.12
react-native-cli: 2.0.1
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。