在响应本机firebase中未调用onNotificationOpened方法

时间:2020-04-17 05:43:03

标签: react-native react-native-firebase

我在我的React本机项目中使用react-native-firebase进行通知,并且尝试从componentDidMount方法调用onNotificationOpened和getInitialNotification,但未调用这两个方法,任何建议将不胜感激

patchSlave(slaveslot: any): Observable<any> {
    return this.httpClient.patch(environment.apiBaseUrl + `/odata/SlaveSlots(${slaveslot.Id})`, slaveslot);
}

0 个答案:

没有答案
相关问题