Skip to content

Commit d67c0e0

Browse files
authoredSep 18, 2024··
feat(javascript): add react-native field in package.json (#3767)
1 parent 4545f0f commit d67c0e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎templates/javascript/clients/package.mustache

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"jsdelivr": "./dist/builds/browser.umd.js",
4747
"unpkg": "./dist/builds/browser.umd.js",
48+
"react-native": "./dist/builds/browser.js",
4849
"files": [
4950
"dist",
5051
"model",
@@ -105,6 +106,7 @@
105106
},
106107
"jsdelivr": "./dist/algoliasearch.umd.js",
107108
"unpkg": "./dist/algoliasearch.umd.js",
109+
"react-native": "./dist/browser.js",
108110
"files": [
109111
"dist",
110112
"builds",

0 commit comments

Comments
 (0)
Please sign in to comment.