We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2303849 + 8fa371c commit cbc7923Copy full SHA for cbc7923
README.md
@@ -81,7 +81,7 @@ Call the `registerUniversalLinkCallback` in your AppComponent's ngOnInit method
81
82
```js
83
import { Component, OnInit } from "@angular/core";
84
-import { registerUniversalLinkCallback } from "nativescript-plugin-universal-links";
+import { registerUniversalLinkCallback } from "@nativescript-community/universal-links";
85
86
@Component({
87
selector: "my-app",
0 commit comments