Skip to content

Commit c7a4a75

Browse files
authored
fix: use native typescript declarations (#4037)
Fixes: #4035
1 parent 4ecfa41 commit c7a4a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "10.2.1",
44
"description": "Community-supported, open-source React Native library for building maps using Mapbox native maps SDK for iOS and Android",
55
"main": "./lib/module/index.js",
6-
"types": "./lib/typescript/src/index.d.ts",
6+
"types": "./lib/typescript/src/index.native.d.ts",
77
"exports": {
88
".": {
99
"source": "./src/index.ts",
10-
"types": "./lib/typescript/src/index.d.ts",
10+
"types": "./lib/typescript/src/index.native.d.ts",
1111
"default": "./lib/module/index.js"
1212
},
1313
"./package.json": "./package.json",

0 commit comments

Comments
 (0)