@teleporthq/teleport-plugin-reactnative-component-navigation
Advanced tools
Comparing version 0.17.3 to 0.17.7
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -38,14 +57,8 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
}; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createReactNativeNavigationPlugin = void 0; | ||
var types = __importStar(require("@babel/types")); | ||
var teleport_plugin_common_1 = require("@teleporthq/teleport-plugin-common"); | ||
var teleport_shared_1 = require("@teleporthq/teleport-shared"); | ||
exports.createReactNativeNavigationPlugin = function (config) { | ||
var createReactNativeNavigationPlugin = function (config) { | ||
var _a = (config || {}).componentChunkName, componentChunkName = _a === void 0 ? 'jsx-component' : _a; | ||
@@ -94,3 +107,4 @@ var reactNativeNavigationPlugin = function (structure) { return __awaiter(void 0, void 0, void 0, function () { | ||
}; | ||
exports.createReactNativeNavigationPlugin = createReactNativeNavigationPlugin; | ||
exports.default = exports.createReactNativeNavigationPlugin(); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@teleporthq/teleport-plugin-reactnative-component-navigation", | ||
"version": "0.17.3", | ||
"version": "0.17.7", | ||
"description": "A plugin for solving the calls to the navigator api in reactnative components", | ||
@@ -28,7 +28,7 @@ "author": "teleportHQ", | ||
"@babel/types": "^7.5.5", | ||
"@teleporthq/teleport-plugin-common": "^0.17.3", | ||
"@teleporthq/teleport-shared": "^0.17.3", | ||
"@teleporthq/teleport-types": "^0.17.3" | ||
"@teleporthq/teleport-plugin-common": "^0.17.7", | ||
"@teleporthq/teleport-shared": "^0.17.7", | ||
"@teleporthq/teleport-types": "^0.17.7" | ||
}, | ||
"gitHead": "1a673d148f2626c5488092f3e88b3a9d7c9725b4" | ||
"gitHead": "5547aade455379febefd8b84efa856f6346a8404" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
276
0
57854