nativescript-uber
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "nativescript-uber", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Uber Rides plugin for Nativescript", | ||
@@ -5,0 +5,0 @@ "main": "uber-view", |
import { View } from "tns-core-modules/ui/core/view"; | ||
import { TextField } from "tns-core-modules/ui/text-field"; | ||
export class UberView extends View { | ||
export class UberView extends TextField { | ||
} |
13808
80