admin管理员组文章数量:1335405
Recently I have been upgrading my react native version from 0.72.15 to 0.75.0 following this Upgrade helper
I faced several conflict and then fixed, finally I got stuck with ments is not a valid Plugin property in my index.js file
This is what I have in index.js
/**
* @format
*/
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
import messaging from '@react-native-firebase/messaging';
messaging().setBackgroundMessageHandler(async remoteMessage => {
console.log('Message handled in the background!', remoteMessage);
});
AppRegistry.registerComponent(appName, () => App);
Initially I am trying to fix IOS app. Any suggestions about this issue?
Update - 1
本文标签: react nativecomments is not a valid Plugin property after upgrading from 07215 to 0760Stack Overflow
版权声明:本文标题:react native - .comments is not a valid Plugin property after upgrading from 0.72.15 to 0.76.0 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742385852a2465017.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论