react native - .comments is not a valid Plugin property after upgrading from 0.72.15 to 0.76.0 - Stack Overflow

Recently I have been upgrading my react native version from 0.72.15 to 0.75.0 following this Upgrade he

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

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742385853a4434043.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信