You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2023. It is now read-only.
I am try running the URL handler with nativescript-facebook.
(https://github.com/NativeScript/nativescript-facebook)
[handleOpenURL((appURL: AppURL) => {
console.log('Got the following appURL', appURL);
}); will be not function.]
When I try remove "let nsFacebook = require('nativescript-facebook');" from the code. The URL Handler is working.
Please help checking
Thank!