You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "React Native provider for MapConductor Google Maps - the RN-only native bridge; see @mapconductor/react-for-googlemaps for the web/React DOM provider.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"android",
"ios",
"MapConductorReactForGoogleMaps.podspec",
"react-native.config.js",
"app.plugin.js",
"plugin/build",
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts && npm run build:plugin",