nativescript-rich-textfield

v1.0.0
Nativescript plugin that provides textfield with icon and exposes a few additional attributes for styling
NativeScript JavaScript Android iOS

build

tsc

demo.ios

npm run preparedemo && cd demo && tns run ios --emulator

demo.ios.device

npm run preparedemo && cd demo && tns run ios

demo.android

npm run preparedemo && cd demo && tns run android --justlaunch

test.ios

cd demo && tns platform remove ios && tns test ios --emulator

test.ios.device

cd demo && tns platform remove ios && tns test ios

test.android

cd demo && tns platform remove android && tns test android --justlaunch

preparedemo

npm run build && cd demo && tns plugin remove nativescript-rich-textfield && tns plugin add .. && tns install

demo.ios.angular

npm run preparedemoangular && cd demo-angular && tns run ios --emulator

demo.ios.device.angular

npm run preparedemoangular && cd demo-angular && tns run ios

demo.android.angular

npm run preparedemoangular && cd demo-angular && tns debug android --justlaunch

test.ios.angular

cd demo-angular && tns platform remove ios && tns test ios --emulator

test.ios.device.angular

cd demo-angular && tns platform remove ios && tns test ios

test.android.angular

cd demo-angular && tns platform remove android

preparedemoangular

npm run build && cd demo-angular && tns plugin remove nativescript-rich-textfield && tns plugin add .. && tns install
npm i nativescript-rich-textfield

Metadata

Downloads

Maintainers