-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
★ProPlugins★Available in the ProPlugins versionAvailable in the ProPlugins version
Description
There are three different directories that are not being resolved in masked-text-field-common.js
ERROR in ./node_modules/nativescript-masked-text-field/masked-text-field-common.js 6:13-36
Module not found: Error: Can't resolve 'ui/core/view' in '/Users/jwhitley/myhighland-app/node_modules/nativescript-masked-text-field'
@ ./node_modules/nativescript-masked-text-field/masked-text-field.ios.js 7:33-70 8:9-46
@ ./src/main.js 10:10-67
ERROR in ./node_modules/nativescript-masked-text-field/masked-text-field-common.js 7:19-43
Module not found: Error: Can't resolve 'ui/text-field' in '/Users/jwhitley/myhighland-app/node_modules/nativescript-masked-text-field'
@ ./node_modules/nativescript-masked-text-field/masked-text-field.ios.js 7:33-70 8:9-46
@ ./src/main.js 10:10-67
ERROR in ./node_modules/nativescript-masked-text-field/masked-text-field.ios.js 6:18-41
Module not found: Error: Can't resolve 'ui/text-base' in '/Users/jwhitley/myhighland-app/node_modules/nativescript-masked-text-field'
@ ./src/main.js 10:10-67
Usage:
<template>
<Page>
<MaskedTextField :text="formData.phone" @textChange="" mask="999.999.999-99" keyboardType="phone"/>
</Page>
</template>
<script>
import MaskedTextField from 'nativescript-masked-text-field';
export default {
components: {MaskedTextField}
}
Metadata
Metadata
Assignees
Labels
★ProPlugins★Available in the ProPlugins versionAvailable in the ProPlugins version