We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecfa41 commit c7a4a75Copy full SHA for c7a4a75
package.json
@@ -3,11 +3,11 @@
3
"version": "10.2.1",
4
"description": "Community-supported, open-source React Native library for building maps using Mapbox native maps SDK for iOS and Android",
5
"main": "./lib/module/index.js",
6
- "types": "./lib/typescript/src/index.d.ts",
+ "types": "./lib/typescript/src/index.native.d.ts",
7
"exports": {
8
".": {
9
"source": "./src/index.ts",
10
11
"default": "./lib/module/index.js"
12
},
13
"./package.json": "./package.json",
0 commit comments