Skip to content

Commit 233144f

Browse files
authored
feat: react-native support (#403)
React-native doesn't have any node core modules so it must use the pure-js/browser implementations of everything.
1 parent e9ce065 commit 233144f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,9 @@
111111
"browser": {
112112
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
113113
"util": false
114+
},
115+
"react-native": {
116+
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
117+
"util": false
114118
}
115119
}

0 commit comments

Comments
 (0)