@teleporthq/teleport-plugin-reactnative-component-navigation
Advanced tools
Comparing version 0.10.2 to 0.10.4
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -44,3 +45,2 @@ }); | ||
}; | ||
var _this = this; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -52,3 +52,3 @@ var types = __importStar(require("@babel/types")); | ||
var _a = (config || {}).componentChunkName, componentChunkName = _a === void 0 ? 'jsx-component' : _a; | ||
var reactNativeNavigationPlugin = function (structure) { return __awaiter(_this, void 0, void 0, function () { | ||
var reactNativeNavigationPlugin = function (structure) { return __awaiter(void 0, void 0, void 0, function () { | ||
var chunks, uidl, componentChunk, jsxNodesLookup; | ||
@@ -55,0 +55,0 @@ return __generator(this, function (_a) { |
{ | ||
"name": "@teleporthq/teleport-plugin-reactnative-component-navigation", | ||
"version": "0.10.2", | ||
"version": "0.10.4", | ||
"description": "A plugin for solving the calls to the navigator api in reactnative components", | ||
@@ -30,7 +30,7 @@ "author": "teleportHQ", | ||
"@babel/types": "^7.5.5", | ||
"@teleporthq/teleport-plugin-common": "^0.10.2", | ||
"@teleporthq/teleport-shared": "^0.10.1", | ||
"@teleporthq/teleport-types": "^0.10.1" | ||
"@teleporthq/teleport-plugin-common": "^0.10.4", | ||
"@teleporthq/teleport-shared": "^0.10.4", | ||
"@teleporthq/teleport-types": "^0.10.4" | ||
}, | ||
"gitHead": "91d75226d1fada0ef0ab2b61a7974475ba214fb1" | ||
"gitHead": "b5f838aac54b6af2c6bed73e4044ead5b747ecf4" | ||
} |
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
256491