react-native-maps
Version:
React Native Mapview component for iOS + Android
18 lines (17 loc) • 605 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Commands = void 0;
const codegenNativeCommands_1 = __importDefault(require("react-native/Libraries/Utilities/codegenNativeCommands"));
exports.Commands = (0, codegenNativeCommands_1.default)({
supportedCommands: [
'showCallout',
'hideCallout',
'redrawCallout',
'animateMarkerToCoordinate',
'redraw',
'setCoordinates',
],
});
;