Skip to content

Commit

Permalink
fix: missing react-navigation types
Browse files Browse the repository at this point in the history
  • Loading branch information
soroush-b committed Jul 3, 2023
1 parent 835fa9a commit a5fe899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"main": "../lib/commonjs/react-navigation/index",
"module": "../lib/module/react-navigation/index",
"react-native": "../src/react-navigation/index",
"types": "../lib/typescript/react-navigation/index"
"types": "../lib/typescript/src/react-navigation/index"
}

0 comments on commit a5fe899

Please sign in to comment.