Skip to content

Commit 8f44264

Browse files
committed
Fix Expo support
1 parent adf9b0c commit 8f44264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"./async/index.cjs": "./async/index.browser.cjs"
3333
},
3434
"react-native": {
35+
"./index.js": "./index.browser.js",
3536
"./async/index.js": "./async/index.native.js"
3637
},
3738
"bin": "./bin/nanoid.cjs",

0 commit comments

Comments
 (0)