We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986822f commit f75f768Copy full SHA for f75f768
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-file-viewer-turbo",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Native file viewer for react-native - now with TurboModules support",
5
"source": "./src/index.tsx",
6
"main": "./lib/module/index.js",
@@ -11,6 +11,10 @@
11
"import": {
12
"types": "./lib/typescript/module/src/index.d.ts",
13
"default": "./lib/module/index.js"
14
+ },
15
+ "require": {
16
+ "types": "./lib/typescript/commonjs/src/index.d.ts",
17
+ "default": "./lib/commonjs/index.js"
18
}
19
},
20
"./app.plugin.js": {
0 commit comments