Skip to content

Commit

Permalink
fix: wrong types path (#1554) (#1581)
Browse files Browse the repository at this point in the history
Fix for Cannot find module 'react-native-image-picker' or its corresponding type declarations. #1554
  • Loading branch information
xgenem committed Jan 19, 2021
1 parent 4bba247 commit fd27d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera",
"react-native": "src/index.ts",
"main": "src/index.ts",
"types": "lib/typescript/src/index.d.ts",
"types": "lib/typescript/index.d.ts",
"files": [
"/android",
"!/android/build",
Expand Down

0 comments on commit fd27d94

Please sign in to comment.