Skip to content

Commit

Permalink
typescript fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erickcrus committed Apr 6, 2023
1 parent f41d61e commit 244ac21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
declare module "react-native-hyperlinked-text" {

declare module "@erickcrus/react-native-hyperlinked-text" {
import {StyleProp, TextStyle} from "react-native";

export interface ILinkDef {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@erickcrus/react-native-hyperlinked-text",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"react-native",
"hyperlink",
Expand Down

0 comments on commit 244ac21

Please sign in to comment.