Skip to content

Commit

Permalink
Fix path for types for webview package
Browse files Browse the repository at this point in the history
  • Loading branch information
louiszawadzki committed Apr 3, 2023
1 parent 3a67e40 commit de23183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"src",
"lib"
],
"types": "lib/typescript/react-native-webview/src/index.d.ts",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"module": "lib/module/index",
Expand Down

0 comments on commit de23183

Please sign in to comment.