問題タブ [nativescript-plugin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nativescript - Nativescript : ローカル通知、builder.setChannelId は関数エラーではありません
私のネイティブ スクリプト アプリケーションでは、nativescript-local-notifications NPMを使用してローカル通知をプッシュし、github の readme ファイルと同じ手順に従いました。
私はエラーに直面しています
LocalNotifications.schedule: TypeError: builder.setChannelId は関数ではありません
すでに誰かによって解決されている GitHub の問題を参照しました。それでも、私は問題に直面しています。
ItemComponent.ts:
マニフェストXML
API レベル = 27 "nativescript-local-notifications": "^2.0.3",
GitHub 発行 URL : https://github.com/EddyVerbruggen/nativescript-local-notifications/pull/68