Skip to content

Commit 17f96c1

Browse files
authored
fix: missing react-navigation types (#3961)
1 parent 3f016c7 commit 17f96c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"main": "../lib/commonjs/react-navigation/index",
33
"module": "../lib/module/react-navigation/index",
44
"react-native": "../src/react-navigation/index",
5-
"types": "../lib/typescript/react-navigation/index"
5+
"types": "../lib/typescript/src/react-navigation/index"
66
}

0 commit comments

Comments
 (0)