This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Description
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!